org.eclipse.jetty.server.handler
Class ConnectHandler.ClientToProxyConnection
java.lang.Object
org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
- All Implemented Interfaces:
- Connection
- Enclosing class:
- ConnectHandler
public class ConnectHandler.ClientToProxyConnection
- extends Object
- implements Connection
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectHandler.ClientToProxyConnection
public ConnectHandler.ClientToProxyConnection(ConcurrentMap<String,Object> context,
SocketChannel channel,
EndPoint endPoint,
long timestamp)
handle
public Connection handle()
throws IOException
- Specified by:
handle in interface Connection
- Throws:
IOException
getTimeStamp
public long getTimeStamp()
- Specified by:
getTimeStamp in interface Connection
isIdle
public boolean isIdle()
- Specified by:
isIdle in interface Connection
isSuspended
public boolean isSuspended()
- Specified by:
isSuspended in interface Connection
closed
public void closed()
- Specified by:
closed in interface Connection
setConnection
public void setConnection(ConnectHandler.ProxyToServerConnection connection)
closeClient
public void closeClient()
throws IOException
- Throws:
IOException
closeServer
public void closeServer()
throws IOException
- Throws:
IOException
close
public void close()
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.