Package org.spout.vanilla.protocol.rcon

Examples of org.spout.vanilla.protocol.rcon.RemoteConnectionServer


  }

  @SuppressWarnings ("unused")
  private void setupRcon() {
    if (getEngine().getPlatform() == Platform.SERVER) {
      RemoteConnectionServer server = new RemoteConnectionServer(getLogger(), getDataFolder());
      server.bindDefaultPorts((Server) getEngine());
      rcon = server;
    }
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.protocol.rcon.RemoteConnectionServer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.