ecologylab.services.distributed.server.clientsessionmanager
Class HTTPPostClientSessionManager

java.lang.Object
  extended by ecologylab.generic.Debug
      extended by ecologylab.services.distributed.server.clientsessionmanager.AbstractClientSessionManager
          extended by ecologylab.services.distributed.server.clientsessionmanager.HTTPClientSessionManager
              extended by ecologylab.services.distributed.server.clientsessionmanager.HTTPPostClientSessionManager
All Implemented Interfaces:
NetworkingConstants, ServerConstants

public class HTTPPostClientSessionManager
extends HTTPClientSessionManager


Field Summary
 
Fields inherited from class ecologylab.services.distributed.server.clientsessionmanager.AbstractClientSessionManager
SESSION_ID
 
Fields inherited from interface ecologylab.services.distributed.common.ServerConstants
GARBAGE_CONNECTION_CLEANUP_TIMEOUT, MAX_CONNECTIONS, MAXIMUM_TRANSMISSION_ERRORS
 
Fields inherited from interface ecologylab.services.distributed.common.NetworkingConstants
CHARACTER_ENCODING, CHARSET, CONTENT_LENGTH_STRING, CONTENT_LENGTH_STRING_LENGTH, DECODER, DEFAULT_IDLE_TIMEOUT, DEFAULT_MAX_MESSAGE_LENGTH_CHARS, ENCODER, HTTP_ACCEPT_ENCODING, HTTP_ACCEPTED_ENCODINGS, HTTP_CONTENT_CODING, HTTP_DEFLATE_ENCODING, HTTP_HEADER_LINE_DELIMITER, HTTP_HEADER_TERMINATOR, MAX_HTTP_HEADER_LENGTH, UNIQUE_IDENTIFIER_STRING
 
Constructor Summary
HTTPPostClientSessionManager(java.lang.Object token, int maxPacketSize, NIOServerIOThread server, NIOServerProcessor frontend, java.nio.channels.SelectionKey socketKey, TranslationScope translationSpace, Scope<?> registry)
           
 
Method Summary
 
Methods inherited from class ecologylab.services.distributed.server.clientsessionmanager.AbstractClientSessionManager
getHandle, getLastActivity, getScope, getSessionId, getSocketKey, isInitialized, isInvalidating, isMessageWaiting, processAllMessagesAndSendResponses, processIncomingSequenceBufToQueue, sendUpdateToClient, setInvalidating, setSocket, shutdown
 
Methods inherited from class ecologylab.generic.Debug
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPPostClientSessionManager

public HTTPPostClientSessionManager(java.lang.Object token,
                                    int maxPacketSize,
                                    NIOServerIOThread server,
                                    NIOServerProcessor frontend,
                                    java.nio.channels.SelectionKey socketKey,
                                    TranslationScope translationSpace,
                                    Scope<?> registry)
Parameters:
token -
server -
socketKey -
translationSpace -
registry -