Class WebSocketService

java.lang.Object
com.linecorp.armeria.server.AbstractHttpService
com.linecorp.armeria.server.websocket.WebSocketService
All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,HttpResponse>

@UnstableApi public final class WebSocketService extends AbstractHttpService
An HttpService that supports The WebSocket Protocol. This service has a few different default values for ServiceConfig from a normal HttpService because of the nature of WebSocket. See WebSocketServiceBuilder for more information.