Uses of Interface
com.sun.sgs.protocol.SessionProtocolHandler

Packages that use SessionProtocolHandler
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
 

Uses of SessionProtocolHandler in com.sun.sgs.protocol
 

Method parameters in com.sun.sgs.protocol with type arguments of type SessionProtocolHandler
 void ProtocolListener.newLogin(Identity identity, SessionProtocol protocol, RequestCompletionHandler<SessionProtocolHandler> completionHandler)
          Handles a new login request for the specified identity and corresponding protocol, and when this listener has completed processing the request, invokes the completed method on the given completionHandler with a Future containing the result of the login request.
 void ProtocolListener.relocatedSession(BigInteger relocationKey, SessionProtocol protocol, RequestCompletionHandler<SessionProtocolHandler> completionHandler)
          Re-establishes an existing client session corresponding to the specified relocationKey, and when this listener has completed processing this request, invokes the completed method on the given completionHandler with a Future containing the result of this request.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved