| Constructor and Description |
|---|
HttpMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
http2ServerHandler(Http2ServerHandler httpServerHandler) |
void |
httpServerHandler(HttpServerHandler httpServerHandler) |
void |
process0(org.smartboot.socket.transport.AioSession session,
Request request) |
static void |
responseError(AbstractResponse response,
Throwable throwable) |
void |
setConfiguration(HttpServerConfiguration configuration) |
void |
setWebSocketHandler(WebSocketHandler webSocketHandler) |
void |
stateEvent0(org.smartboot.socket.transport.AioSession session,
org.smartboot.socket.StateMachineEnum stateMachineEnum,
Throwable throwable) |
public void process0(org.smartboot.socket.transport.AioSession session,
Request request)
process0 in class org.smartboot.socket.extension.processor.AbstractMessageProcessor<Request>public static void responseError(AbstractResponse response, Throwable throwable)
public void stateEvent0(org.smartboot.socket.transport.AioSession session,
org.smartboot.socket.StateMachineEnum stateMachineEnum,
Throwable throwable)
stateEvent0 in class org.smartboot.socket.extension.processor.AbstractMessageProcessor<Request>public void httpServerHandler(HttpServerHandler httpServerHandler)
public void http2ServerHandler(Http2ServerHandler httpServerHandler)
public void setWebSocketHandler(WebSocketHandler webSocketHandler)
public void setConfiguration(HttpServerConfiguration configuration)
Copyright © 2025. All rights reserved.