A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
W
- WAITING - enum entry in org.ice4j.ice.CandidatePairState
Indicates that the candidate pair is in a Waiting state which means that a check has not been performed for this pair, and can be performed as soon as it is the highest priority Waiting pair on the check list.
- WAITING - enum entry in org.ice4j.ice.IceProcessingState
The state is equal to Waiting if ICE processing has not started for the corresponding Agent.
- WR_FAIL - enum entry in org.ice4j.pseudotcp.WriteResult
Write failed
- WR_SUCCESS - enum entry in org.ice4j.pseudotcp.WriteResult
Packet successfully transmitted
- WR_TOO_LARGE - enum entry in org.ice4j.pseudotcp.WriteResult
Packet was too large
- write(Array,int,int) - function in org.ice4j.socket.TCPOutputStream
- write(int) - function in org.ice4j.socket.TCPOutputStream
- write(ByteBuffer) - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- write(Array,int,int) - function in org.ice4j.socket.BaseDelegatingSocketChannel
- Forwards to delegate.
- write(Array,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
- Writes count of bytes from the buffer
- write(Array,int,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
- Writes data into the buffer.
- writeOffset(Array,int,int) - function in org.ice4j.pseudotcp.util.ByteFifoBuffer
- Writes count bytes from data to the buffer without affecting buffer's write position
- WriteResult - class in org.ice4j.pseudotcp
- The result of write packet operations