Uses of Interface
com.sun.sgs.io.ServerEndpoint

Packages that use ServerEndpoint
com.sun.sgs.impl.io Provides a concrete implementation for network endpoint abstraction, connection initiation, and reactive event processing. 
com.sun.sgs.io Defines an abstract networking framework that provides endpoint abstraction, connection initiation, and reactive event processing. 
 

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

Classes in com.sun.sgs.impl.io that implement ServerEndpoint
 class ServerSocketEndpoint
          An implementation of ServerEndpoint that wraps a local SocketAddress.
 

Uses of ServerEndpoint in com.sun.sgs.io
 

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


Project Darkstar, Version 0.9.9.7
2013-07-29 20:58:27

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