OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_future
(Results
1 - 2
of
2
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java
356
private final WebSocketClient.WebSocketFuture
_future
;
field in class:WebSocketClientFactory.HandshakeConnection
367
_future
= future;
415
String path =
_future
.getURI().getPath();
419
if (
_future
.getURI().getRawQuery() != null)
420
path += "?" +
_future
.getURI().getRawQuery();
422
String origin =
_future
.getOrigin();
426
.append("Host: ").append(
_future
.getURI().getHost()).append(":")
427
.append(
_future
.getURI().getPort()).append("\r\n")
438
if (
_future
.getProtocol() != null)
439
request.append("Sec-WebSocket-Protocol: ").append(
_future
.getProtocol()).append("\r\n")
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
Completed in 993 milliseconds