org.apache.http.impl
Class DefaultHttpServerConnection

java.lang.Object
  extended byorg.apache.http.impl.AbstractHttpServerConnection
      extended byorg.apache.http.impl.SocketHttpServerConnection
          extended byorg.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: 515216 $
Author:
Oleg Kalnichevski

Field Summary
 
Fields inherited from class org.apache.http.impl.SocketHttpServerConnection
open, socket
 
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, getLocalAddress, getLocalPort, getRemoteAddress, getRemotePort, getSocketTimeout, isOpen, setSocketTimeout, shutdown
 
Methods inherited from class org.apache.http.impl.AbstractHttpServerConnection
doFlush, flush, isStale, receiveRequestEntity, receiveRequestHeader, receiveRequestHeaders, receiveRequestLine, sendResponseEntity, sendResponseHeader, sendResponseHeaders, sendResponseStatusLine, setHttpDataReceiver, setHttpDataTransmitter, setMaxHeaderCount, setRequestFactory
 
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
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()


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