org.eclipse.jetty.client
类 AsyncHttpConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.client.AbstractHttpConnection
org.eclipse.jetty.client.AsyncHttpConnection
- 所有已实现的接口:
- Connection, AsyncConnection, Dumpable
public class AsyncHttpConnection
- extends AbstractHttpConnection
- implements AsyncConnection
Asynchronous Client HTTP Connection
| 从类 org.eclipse.jetty.client.AbstractHttpConnection 继承的方法 |
cancelIdleTimeout, close, commitRequest, dump, dump, exchangeExpired, getDestination, isIdle, isReserved, isSuspended, onClose, setDestination, setIdleTimeout, setReserved, toDetailString, toString |
reset
protected void reset()
throws IOException
- 覆盖:
- 类
AbstractHttpConnection 中的 reset
- 抛出:
IOException
handle
public Connection handle()
throws IOException
- 从接口
Connection 复制的描述
- Handle the connection.
- 指定者:
- 接口
Connection 中的 handle - 指定者:
- 类
AbstractHttpConnection 中的 handle
- 返回:
- The Connection to use for the next handling of the connection.
This allows protocol upgrades and support for CONNECT.
- 抛出:
IOException - if the handling of I/O operations fail
onInputShutdown
public void onInputShutdown()
throws IOException
- 指定者:
- 接口
AsyncConnection 中的 onInputShutdown
- 抛出:
IOException
send
public boolean send(HttpExchange ex)
throws IOException
- 覆盖:
- 类
AbstractHttpConnection 中的 send
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.