public class HttpConnectionOverHTTP extends AbstractConnection implements Connection, Sweeper.Sweepable
AbstractConnection.FillingInterestedCallback, AbstractConnection.NestedState, AbstractConnection.StateConnection.Listener, Connection.UpgradeFrom, Connection.UpgradeToEXECUTE_ONFILLABLE, FILL_INTERESTED, FILLING, FILLING_FILL_INTERESTED, IDLE, REFILLING| Constructor and Description |
|---|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination)
Deprecated.
|
HttpConnectionOverHTTP(EndPoint endPoint,
HttpDestination destination,
Promise<Connection> promise) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
abort(Throwable failure) |
void |
close()
Performs a logical close of this connection.
|
protected void |
close(Throwable failure) |
HttpChannelOverHTTP |
getHttpChannel() |
HttpDestinationOverHTTP |
getHttpDestination() |
boolean |
isClosed() |
protected HttpChannelOverHTTP |
newHttpChannel() |
void |
onFillable()
Callback method invoked when the endpoint is ready to be read.
|
void |
onOpen() |
protected boolean |
onReadTimeout()
Callback method invoked when the endpoint failed to be ready to be read after a timeout
|
void |
release() |
protected void |
send(HttpExchange exchange) |
void |
send(Request request,
Response.CompleteListener listener)
Sends a request with an associated response listener.
|
boolean |
softClose() |
boolean |
sweep() |
String |
toString() |
addListener, failedCallback, fillInterested, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, next, onClose, onFillInterestedFailed, setInputBufferSize@Deprecated public HttpConnectionOverHTTP(EndPoint endPoint, HttpDestination destination)
HttpConnectionOverHTTP(EndPoint, HttpDestination, Promise) insteadpublic HttpConnectionOverHTTP(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise)
protected HttpChannelOverHTTP newHttpChannel()
public HttpChannelOverHTTP getHttpChannel()
public HttpDestinationOverHTTP getHttpDestination()
public void send(Request request, Response.CompleteListener listener)
ConnectionRequest.send(Response.CompleteListener) will eventually call this method to send the request.
It is exposed to allow applications to send requests via unpooled connections.request - the request to sendlistener - the response listenerprotected void send(HttpExchange exchange)
public void onOpen()
onOpen in interface ConnectiononOpen in class AbstractConnectionpublic boolean isClosed()
Connection.close()protected boolean onReadTimeout()
AbstractConnectionCallback method invoked when the endpoint failed to be ready to be read after a timeout
onReadTimeout in class AbstractConnectionpublic void onFillable()
AbstractConnectionCallback method invoked when the endpoint is ready to be read.
onFillable in class AbstractConnectionAbstractConnection.fillInterested()public void release()
public void close()
ConnectionPerforms a logical close of this connection.
For simple connections, this may just mean to delegate the close to the associated
EndPoint but, for example, SSL connections should write the SSL close message
before closing the associated EndPoint.
close in interface Closeableclose in interface AutoCloseableclose in interface Connectionclose in class AbstractConnectionprotected void close(Throwable failure)
public boolean softClose()
protected boolean abort(Throwable failure)
public boolean sweep()
sweep in interface Sweeper.Sweepablepublic String toString()
toString in class AbstractConnectionCopyright © 1995-2016 Webtide. All Rights Reserved.