public interface Transport extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connect() |
void |
flush() |
boolean |
isConnected() |
void |
reconnect() |
Transport |
transport() |
boolean isConnected()
void connect()
throws IOException
IOExceptionvoid reconnect()
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid close()
close in interface AutoCloseableTransport transport()
Copyright © 2015. All rights reserved.