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