Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointBase.java35 public final void setBatchingAllowed(boolean batchingAllowed) throws IOException { in setBatchingAllowed() method in WsRemoteEndpointBase
H A DWsRemoteEndpointImplBase.java108 public void setBatchingAllowed(boolean batchingAllowed) throws IOException { in setBatchingAllowed() method in WsRemoteEndpointImplBase
/unit/src/java/javax/websocket/
H A DRemoteEndpoint.java183 void setBatchingAllowed(boolean batchingAllowed) throws IOException; in setBatchingAllowed() method