OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSE_MARKER
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
NioEndpoint.java
54
protected static final ByteBuffer
CLOSE_MARKER
= ByteBuffer.allocate(0);
86
send(
CLOSE_MARKER
, false, true );
SelectorKernel.java
390
if( current == NioEndpoint.
CLOSE_MARKER
) {
Completed in 165 milliseconds