Home
last modified time | relevance | path

Searched refs:remoteEndpointAsync (Results 1 – 1 of 1) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DWsSession.java83 private final RemoteEndpoint.Async remoteEndpointAsync; field in WsSession
168 this.remoteEndpointAsync = new WsRemoteEndpointAsync(wsRemoteEndpoint); in WsSession()
453 return remoteEndpointAsync; in getAsyncRemote()