Home
last modified time | relevance | path

Searched refs:fillBuffersFrom (Results 1 – 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketConnection.java29 void fillBuffersFrom(Buffer buffer); in fillBuffersFrom() method
DWebSocketFactory.java327 connection.fillBuffersFrom(((HttpParser)http.getParser()).getHeaderBuffer()); in upgrade()
328 connection.fillBuffersFrom(((HttpParser)http.getParser()).getBodyBuffer()); in upgrade()
DWebSocketConnectionD00.java295 public void fillBuffersFrom(Buffer buffer) in fillBuffersFrom() method in WebSocketConnectionD00
DWebSocketClientFactory.java504 connection.fillBuffersFrom(header); in handle()
DWebSocketConnectionD06.java275 public void fillBuffersFrom(Buffer buffer) in fillBuffersFrom() method in WebSocketConnectionD06
DWebSocketConnectionD08.java359 public void fillBuffersFrom(Buffer buffer) in fillBuffersFrom() method in WebSocketConnectionD08
DWebSocketConnectionRFC6455.java401 public void fillBuffersFrom(Buffer buffer) in fillBuffersFrom() method in WebSocketConnectionRFC6455