public interface Socket extends Sender, Receiver, Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this ØMQ Socket.
|
Context |
getContext()
Retrieve the owning Context for this Socket.
|
TransportType |
getTransportType()
Retrieve the type of transport this ØMQ Socket is using.
|
org.zeromq.ZMQ.Socket |
getZMQSocket() |
boolean |
isActive()
Retrieve the status of this ØMQ Socket.
|
hasMoreToReceive, receive, receive, receive, receiveByteBuffer, receiveMessage, receiveMessage, receiveRoutedMessage, receiveRoutedMessage
org.zeromq.ZMQ.Socket getZMQSocket()
Context getContext()
boolean isActive()
TransportType getTransportType()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2019. All rights reserved.