Searched refs:subprotocol (Results 1 – 7 of 7) sorted by relevance
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketServletConnectionD00.java | 40 …shake(HttpServletRequest request, HttpServletResponse response, String subprotocol) throws IOExcep… in handshake() argument 75 if (subprotocol != null) in handshake() 77 response.addHeader("Sec-WebSocket-Protocol",subprotocol); in handshake() 87 if (subprotocol != null) in handshake() 89 response.addHeader("WebSocket-Protocol",subprotocol); in handshake()
|
D | WebSocketServletConnectionD06.java | 39 …shake(HttpServletRequest request, HttpServletResponse response, String subprotocol) throws IOExcep… in handshake() argument 46 if (subprotocol!=null) in handshake() 48 response.addHeader("Sec-WebSocket-Protocol",subprotocol); in handshake()
|
D | WebSocketServletConnectionRFC6455.java | 40 …shake(HttpServletRequest request, HttpServletResponse response, String subprotocol) throws IOExcep… in handshake() argument 47 if (subprotocol != null) in handshake() 49 response.addHeader("Sec-WebSocket-Protocol",subprotocol); in handshake()
|
D | WebSocketServletConnectionD08.java | 40 …shake(HttpServletRequest request, HttpServletResponse response, String subprotocol) throws IOExcep… in handshake() argument 47 if (subprotocol != null) in handshake() 49 response.addHeader("Sec-WebSocket-Protocol",subprotocol); in handshake()
|
D | WebSocketServletConnection.java | 27 …void handshake(HttpServletRequest request, HttpServletResponse response, String subprotocol) throw… in handshake() argument
|
/external/kernel-headers/original/uapi/linux/ |
D | bsg.h | 24 __u32 subprotocol; /* [i] 0 -> SCSI command, 1 -> SCSI task member
|
/external/strace/ |
D | scsi.c | 154 printxval(bsg_subprotocol, sg_io.subprotocol, "BSG_SUB_PROTOCOL_???"); in print_sg_io_v4_req()
|