org.apache.http.impl
Class DefaultHttpServerConnection

java.lang.Object
  extended by org.apache.http.impl.AbstractHttpServerConnection
      extended by org.apache.http.impl.SocketHttpServerConnection
          extended by org.apache.http.impl.DefaultHttpServerConnection
All Implemented Interfaces:
HttpConnection, HttpInetConnection, HttpServerConnection

public class DefaultHttpServerConnection
extends SocketHttpServerConnection

Default implementation of a server-side HTTP connection.

Since:
4.0
Version:
$Revision: 547802 $
Author:
Oleg Kalnichevski

Constructor Summary
DefaultHttpServerConnection()
           
 
Method Summary
 void bind(java.net.Socket socket, HttpParams params)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.http.impl.SocketHttpServerConnection
assertNotOpen, assertOpen, close, createHttpDataReceiver, createHttpDataTransmitter, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSocket, getSocketTimeout, isOpen, setSocketTimeout, shutdown
 
Methods inherited from class org.apache.http.impl.AbstractHttpServerConnection
createEntityDeserializer, createEntitySerializer, createHttpRequestFactory, doFlush, flush, getMetrics, init, isStale, receiveRequestEntity, receiveRequestHeader, receiveRequestHeaders, receiveRequestLine, sendResponseEntity, sendResponseHeader, sendResponseHeaders, sendResponseStatusLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.http.HttpConnection
getMetrics, isStale
 

Constructor Detail

DefaultHttpServerConnection

public DefaultHttpServerConnection()
Method Detail

bind

public void bind(java.net.Socket socket,
                 HttpParams params)
          throws java.io.IOException
Overrides:
bind in class SocketHttpServerConnection
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.