public class HttpConnectionListenerAdapter extends AbstractHTTPConnectionListener
| Constructor and Description |
|---|
HttpConnectionListenerAdapter(int a_priority) |
| Modifier and Type | Method and Description |
|---|---|
void |
downstreamContentBytesReceived(HTTPConnectionEvent event) |
void |
requestHeadersReceived(HTTPConnectionEvent event) |
void |
responseHeadersReceived(HTTPConnectionEvent event) |
void |
upstreamContentBytesReceived(HTTPConnectionEvent event) |
equals, getPriority, hashCode, isBlockablepublic HttpConnectionListenerAdapter(int a_priority)
public void downstreamContentBytesReceived(HTTPConnectionEvent event)
downstreamContentBytesReceived in class AbstractHTTPConnectionListenerpublic void requestHeadersReceived(HTTPConnectionEvent event)
requestHeadersReceived in class AbstractHTTPConnectionListenerpublic void responseHeadersReceived(HTTPConnectionEvent event)
responseHeadersReceived in class AbstractHTTPConnectionListenerpublic void upstreamContentBytesReceived(HTTPConnectionEvent event)
upstreamContentBytesReceived in class AbstractHTTPConnectionListenerCopyright © 2023. All rights reserved.