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