OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskingKey
(Results
1 - 2
of
2
) sorted by null
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
NanoWSD.java
464
private byte[]
maskingKey
;
483
public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload, byte[]
maskingKey
) {
485
setMaskingKey(
maskingKey
);
493
public WebSocketFrame(OpCode opCode, boolean fin, String payload, byte[]
maskingKey
) throws CharacterCodingException {
495
setMaskingKey(
maskingKey
);
532
return this.
maskingKey
;
557
return this.
maskingKey
!= null && this.
maskingKey
.length == 4;
595
this.payload[i] ^= this.
maskingKey
[i % 4];
641
this.
maskingKey
= new byte[4]
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar
Completed in 3489 milliseconds