1 22 package org.xsocket.stream; 23 24 import java.net.InetAddress ; 25 import java.util.concurrent.Executor ; 26 27 import org.xsocket.Resource; 28 29 30 31 54 public interface IServerContext { 55 56 61 public int getLocalePort(); 62 63 64 69 public InetAddress getLocaleAddress(); 70 71 76 public int getNumberOfOpenConnections(); 77 78 79 84 public Executor getWorkerpool(); 85 } 86 | Popular Tags |