|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionProtocolHandler | |
|---|---|
| com.sun.sgs.impl.protocol.simple | Provides an implementation of the protocol layer APIs using the
SimpleSgsProtocol. |
| com.sun.sgs.impl.service.session | Provides an implementation of ClientSessionService. |
| com.sun.sgs.protocol | Provides interfaces for the protocol layer. |
| Uses of SessionProtocolHandler in com.sun.sgs.impl.protocol.simple |
|---|
| Fields in com.sun.sgs.impl.protocol.simple declared as SessionProtocolHandler | |
|---|---|
protected SessionProtocolHandler |
SimpleSgsProtocolImpl.protocolHandler
The protocol handler. |
| Uses of SessionProtocolHandler in com.sun.sgs.impl.service.session |
|---|
| Classes in com.sun.sgs.impl.service.session that implement SessionProtocolHandler | |
|---|---|
(package private) class |
ClientSessionHandler
Handles sending/receiving messages to/from a client session and disconnecting a client session. |
| Methods in com.sun.sgs.impl.service.session that return SessionProtocolHandler | |
|---|---|
protected SessionProtocolHandler |
ClientSessionHandler.SetupCompletionFuture.getValue()
Returns the value associated with this future. |
| Constructors in com.sun.sgs.impl.service.session with parameters of type SessionProtocolHandler | |
|---|---|
ClientSessionHandler.SetupCompletionFuture(SessionProtocolHandler protocolHandler,
RequestCompletionHandler<SessionProtocolHandler> completionHandler)
Constructs an instance with the specified protocolHandler
and completionHandler. |
|
| Constructor parameters in com.sun.sgs.impl.service.session with type arguments of type SessionProtocolHandler | |
|---|---|
ClientSessionHandler.SetupCompletionFuture(SessionProtocolHandler protocolHandler,
RequestCompletionHandler<SessionProtocolHandler> completionHandler)
Constructs an instance with the specified protocolHandler
and completionHandler. |
|
ClientSessionHandler(ClientSessionServiceImpl sessionService,
DataService dataService,
SessionProtocol sessionProtocol,
Identity identity,
RequestCompletionHandler<SessionProtocolHandler> completionHandler)
Constructs an handler for a client session that is logging in. |
|
ClientSessionHandler(ClientSessionServiceImpl sessionService,
DataService dataService,
SessionProtocol sessionProtocol,
Identity identity,
RequestCompletionHandler<SessionProtocolHandler> completionHandler,
BigInteger sessionRefId)
Constructs an handler for a client session. |
|
| 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 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||