HomeSort by relevance Sort by last modified time
    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