Package io.undertow.websockets.core
Interface WebSocketCallback<T>
public interface WebSocketCallback<T>
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(WebSocketChannel channel, T context) void
onError
(WebSocketChannel channel, T context, Throwable throwable)
-
Method Details
-
complete
-
onError
-