Package com.swiftmq.net.client
Interface Connection
- All Known Implementing Classes:
BlockingConnection
,IntraVMConnection
public interface Connection
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
getPort()
void
setExceptionHandler
(ExceptionHandler exceptionHandler) void
setInboundHandler
(InboundHandler inboundHandler) void
setInputActiveIndicator
(AtomicBoolean inputActiveIndicator) void
start()
-
Method Details
-
setInboundHandler
-
setInputActiveIndicator
-
setExceptionHandler
-
getOutputStream
OutputStream getOutputStream() -
getLocalHostname
String getLocalHostname() -
getHostname
String getHostname() -
getPort
int getPort() -
start
void start() -
close
void close()
-