Searched refs:CLOSE_MARKER (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DNioEndpoint.java54 protected static final ByteBuffer CLOSE_MARKER = ByteBuffer.allocate(0); field in class:NioEndpoint
86 send( CLOSE_MARKER, false, true );
H A DSelectorKernel.java390 if( current == NioEndpoint.CLOSE_MARKER ) {

Completed in 144 milliseconds