| Modifier and Type | Method and Description |
|---|---|
void |
HttpConnectorFuture.notifyErrorListener(Throwable cause)
Notify error messages to the listener.
|
void |
HttpConnectorFuture.notifyHttpListener(Http2PushPromise pushPromise)
Notifies
Http2PushPromise to the listener. |
void |
HttpConnectorFuture.notifyHttpListener(HttpCarbonMessage httpMessage)
Notify HTTP messages to the listener.
|
void |
HttpConnectorFuture.notifyHttpListener(HttpCarbonMessage httpMessage,
Http2PushPromise pushPromise)
Notifies HTTP Server Push messages to the listener.
|
void |
ServerConnectorFuture.notifyPortUnbindingEvent(String serverConnectorId,
boolean isHttps)
Notify the port binding listener of events related to connector termination
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientClosedConnectionException
Exception when the client close the server connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpWsServerConnectorFuture.notifyErrorListener(Throwable cause) |
void |
HttpWsServerConnectorFuture.notifyHttpListener(Http2PushPromise pushPromise) |
void |
HttpWsServerConnectorFuture.notifyHttpListener(HttpCarbonMessage httpMessage) |
void |
HttpWsServerConnectorFuture.notifyHttpListener(HttpCarbonMessage httpMessage,
Http2PushPromise pushPromise) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response100ContinueSent.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
ReceivingHeaders.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
ListenerReqRespStateManager.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
SendingHeaders.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
ReceivingEntityBody.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
EntityBodyReceived.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
Expect100ContinueHeaderReceived.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
SendingEntityBody.readInboundRequestBody(Object inboundRequestEntityBody) |
void |
ListenerState.readInboundRequestBody(Object inboundRequestEntityBody)
Read entity body of inbound request.
|
void |
ResponseCompleted.readInboundRequestBody(Object inboundRequestEntityBody) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseFuture |
HttpCarbonMessage.pushPromise(Http2PushPromise pushPromise)
Sends a push promise message back to the client.
|
HttpResponseFuture |
HttpCarbonMessage.pushResponse(HttpCarbonMessage httpCarbonMessage,
Http2PushPromise pushPromise)
Sends a push response message back to the client.
|
HttpResponseFuture |
HttpCarbonMessage.respond(HttpCarbonMessage httpCarbonMessage) |
Copyright © 2022 WSO2. All rights reserved.