Interface WebSocketService

All Superinterfaces:
HttpService, Service<HttpRequest,HttpResponse>, Unwrappable

@UnstableApi public interface WebSocketService extends HttpService
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.