public class WebSocketLogInterceptor extends Object implements WebSocketInterceptorInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketLogInterceptor.Encoding |
| Constructor and Description |
|---|
WebSocketLogInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketLogInterceptor.Encoding |
getEncoding() |
void |
handleFrame(WebSocketFrame frame,
boolean frameTravelsToRight,
WebSocketSender sender) |
void |
init(Router router) |
void |
setEncoding(WebSocketLogInterceptor.Encoding encoding) |
public void init(Router router) throws Exception
init in interface WebSocketInterceptorInterfaceExceptionpublic WebSocketLogInterceptor.Encoding getEncoding()
public void setEncoding(WebSocketLogInterceptor.Encoding encoding)
public void handleFrame(WebSocketFrame frame, boolean frameTravelsToRight, WebSocketSender sender) throws Exception
handleFrame in interface WebSocketInterceptorInterfaceExceptionCopyright © 2022. All Rights Reserved.