org.opcfoundation.ua.transport.tcp.nio
Class OpcTcpServer.SocketHandle

java.lang.Object
  extended by org.opcfoundation.ua.transport.tcp.nio.OpcTcpServer.SocketHandle
Enclosing class:
OpcTcpServer

public class OpcTcpServer.SocketHandle
extends Object


Method Summary
 OpcTcpServer.OpcTcpEndpointHandle[] endpointHandleSnapshot()
           
 ServerSocketChannel getChannel()
           
 SocketAddress getSocketAddress()
           
 void setChannel(ServerSocketChannel channel)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

endpointHandleSnapshot

public OpcTcpServer.OpcTcpEndpointHandle[] endpointHandleSnapshot()

toString

public String toString()
Overrides:
toString in class Object

getChannel

public ServerSocketChannel getChannel()
Returns:
the channel

setChannel

public void setChannel(ServerSocketChannel channel)
Parameters:
channel - the channel to set

getSocketAddress

public SocketAddress getSocketAddress()


Copyright © 2018. All rights reserved.