Package com.sun.sgs.protocol

Provides interfaces for the protocol layer.

See:
          Description

Interface Summary
ProtocolAcceptor A service for accepting incoming connections for a given protocol.
ProtocolDescriptor A communication protocol descriptor.
ProtocolListener The listener for incoming protocol connections.
RequestCompletionHandler<V> A completion handler for a request carried out by a SessionProtocolHandler.
SessionProtocol A protocol for sending session messages and channel messages to a client.
SessionProtocolHandler A handler for session and channel protocol messages for an associated client session.
SessionRelocationProtocol Protocol additions for suspending and resuming messages to a client session and relocating a client session to another node.
 

Enum Summary
LoginFailureException.FailureReason Reasons why a login fails.
RelocateFailureException.FailureReason Reasons why a relocation fails.
RequestFailureException.FailureReason Reasons why a request fails.
SessionProtocol.DisconnectReason Reasons why a server disconnects a session.
 

Exception Summary
LoginFailureException An exception that indicates a login request failed.
LoginRedirectException An exception that indicates a login should be redirected to the node returned by this exception's getNodeId method.
RelocateFailureException An exception that indicates a relocation request failed.
RequestFailureException An exception indicating that processing a request has failed, and therefore that request has been dropped.
 

Package com.sun.sgs.protocol Description

Provides interfaces for the protocol layer.


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