Uses of Class
com.sun.sgs.impl.io.ServerSocketEndpoint

Packages that use ServerSocketEndpoint
com.sun.sgs.impl.io Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing. 
 

Uses of ServerSocketEndpoint in com.sun.sgs.impl.io
 

Methods in com.sun.sgs.impl.io that return ServerSocketEndpoint
 ServerSocketEndpoint SocketAcceptor.getBoundEndpoint()
          Returns the ServerEndpoint on which this Acceptor is listening.
 ServerSocketEndpoint SocketAcceptor.getEndpoint()
          Returns the ServerEndpoint this Acceptor was created with.
 

Constructors in com.sun.sgs.impl.io with parameters of type ServerSocketEndpoint
SocketAcceptor(ServerSocketEndpoint endpoint, org.apache.mina.common.IoAcceptor acceptor)
          Constructs a SocketAcceptor with the given MINA IoAcceptor.
 


Project Darkstar, Version 0.9.11.2
2013-07-29 21:50:09

Copyright © 2007-2013 Sun Microsystems, Inc. All rights reserved