Package akka.http.javadsl.server
Interface UnsupportedWebSocketSubprotocolRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
UnsupportedWebSocketSubprotocolRejection
public interface UnsupportedWebSocketSubprotocolRejection extends Rejection
Rejection created when a websocket request was not handled because none of the given subprotocols was supported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
supportedProtocol()
-