Class RFC6455Negotiation
java.lang.Object
org.eclipse.jetty.websocket.core.server.internal.WebSocketNegotiation
org.eclipse.jetty.websocket.core.server.internal.RFC6455Negotiation
-
Constructor Summary
ConstructorDescriptionRFC6455Negotiation
(Request request, Response response, Callback callback, WebSocketComponents components) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
protected void
negotiateHeaders
(Request baseRequest) boolean
Methods inherited from class org.eclipse.jetty.websocket.core.server.internal.WebSocketNegotiation
getCallback, getNegotiatedExtensions, getOfferedExtensions, getOfferedSubprotocols, getRequest, getResponse, getSubprotocol, getVersion, getWebSocketComponents, negotiate, setNegotiatedExtensions, setSubprotocol, toString
-
Constructor Details
-
RFC6455Negotiation
public RFC6455Negotiation(Request request, Response response, Callback callback, WebSocketComponents components) throws BadMessageException - Throws:
BadMessageException
-
-
Method Details
-
negotiateHeaders
- Overrides:
negotiateHeaders
in classWebSocketNegotiation
-
validateHeaders
public boolean validateHeaders()- Specified by:
validateHeaders
in classWebSocketNegotiation
-
getKey
-