HomeSort by relevance Sort by last modified time
    Searched refs:CH_RELIABLE (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 63 private static final int CH_RELIABLE = 0;
334 if( channel == CH_RELIABLE ) {
483 return channels[CH_RELIABLE] == null ? null : channels[CH_RELIABLE].getAddress();
490 channels[CH_RELIABLE].send( buffer );
534 if( channels[CH_RELIABLE] != null ) {
537 channels[CH_RELIABLE].close(true);
561 return "Connection[ id=" + id + ", reliable=" + channels[CH_RELIABLE]
DefaultClient.java 65 private static final int CH_RELIABLE = 0;
159 send(CH_RELIABLE, reg, false);
208 send(CH_RELIABLE, message, true);

Completed in 273 milliseconds