public class OpcTcpServer.SocketHandle extends Object
| Modifier and Type | Method and Description |
|---|---|
OpcTcpServer.OpcTcpEndpointHandle[] |
endpointHandleSnapshot() |
InetSocketAddress |
getBoundSocketAddress() |
ServerSocketChannel |
getChannel() |
SocketAddress |
getSocketAddress()
Returns the original SocketAddress that was used to create this SocketHandle.
|
void |
setBoundSocketAddress(InetSocketAddress boundSocketAddress) |
void |
setChannel(ServerSocketChannel channel) |
String |
toString() |
public OpcTcpServer.OpcTcpEndpointHandle[] endpointHandleSnapshot()
public InetSocketAddress getBoundSocketAddress()
public ServerSocketChannel getChannel()
public SocketAddress getSocketAddress()
public void setBoundSocketAddress(InetSocketAddress boundSocketAddress)
public void setChannel(ServerSocketChannel channel)
channel - the channel to setCopyright © 2026. All rights reserved.