Home
last modified time | relevance | path

Searched defs:sendPong (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointBase.java60 public final void sendPong(ByteBuffer applicationData) throws IOException, in sendPong() method in WsRemoteEndpointBase
H A DWsRemoteEndpointImplBase.java181 public void sendPong(ByteBuffer applicationData) throws IOException, in sendPong() method in WsRemoteEndpointImplBase
/unit/src/java/javax/websocket/
H A DRemoteEndpoint.java226 void sendPong(ByteBuffer applicationData) in sendPong() method