public interface Transport extends AutoCloseable
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.