org.abstracthorizon.danube.connection
Interface ConnectionHandler

All Known Implementing Classes:
AccessLogConnectionHandler, ApplicationSeparator, BaseReflectionHTTPConnectionHandler, BaseWebDAVResourceConnectionHandler, DebugConsoleLoggingConnectionHandler, EnsureHTTPS, ErrorConnectionHandler, FileConnectionHandler, FileSystemWebDAVConnectionHandler, HTTPAccessLogConnectionHandler, HTTPContext, HTTPMVCConnectionHandler, HTTPServerConnectionHandler, JAASAuthenticatedHTTPContext, JAASAuthenticator, JavaWebDAVHandler, LoggingConnectionHandler, MVCConnectionHandler, ReadOnlyFileConnectionHandler, ReadWriteFileConnectionHandler, Selector, ServerConnectionHandler, SpringResourceWebDAVConnectionHandler, TapestryConnectionHandler, TapestryConnectionHandler

public interface ConnectionHandler

This is connection handler. Implementations of this class should be able to handle (process) requests passed down the connection and generate response (to be send via same connection back to the client.

Author:
Daniel Sendula

Method Summary
 void handleConnection(Connection connection)
          This method processes a connection - handles requests and processes response.
 

Method Detail

handleConnection

void handleConnection(Connection connection)
This method processes a connection - handles requests and processes response.

Parameters:
connection - connection


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.