Uses of Class
ninja.websockets.jsr356.Jsr356Handshake
-
-
Uses of Jsr356Handshake in ninja.websockets.jsr356
Methods in ninja.websockets.jsr356 that return Jsr356Handshake Modifier and Type Method Description static Jsr356Handshake
Jsr356HandshakeThreadLocal. get()
Jsr356Handshake
Jsr356HandshakePrincipal. getHandshake()
Methods in ninja.websockets.jsr356 that return types with arguments of type Jsr356Handshake Modifier and Type Method Description static Optional<Jsr356Handshake>
Jsr356HandshakePrincipal. unwrapHandshake(javax.websocket.Session session)
Methods in ninja.websockets.jsr356 with parameters of type Jsr356Handshake Modifier and Type Method Description static void
Jsr356HandshakeThreadLocal. set(Jsr356Handshake handshake)
Constructors in ninja.websockets.jsr356 with parameters of type Jsr356Handshake Constructor Description Jsr356HandshakePrincipal(Principal principal, Jsr356Handshake handshake)
-