Home
last modified time | relevance | path

Searched defs:handshake (Results 1 – 4 of 4) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapper.java46 Future<Void> handshake() throws SSLException; in handshake() method
H A DAsyncChannelWrapperNonSecure.java78 public Future<Void> handshake() { in handshake() method in AsyncChannelWrapperNonSecure
H A DAsyncChannelWrapperSecure.java158 public Future<Void> handshake() throws SSLException { in handshake() method in AsyncChannelWrapperSecure
/unit/src/
H A Dnxt_openssl.c27 uint8_t handshake; /* 1 bit */ member