Searched refs:Server (Results 1 - 25 of 33) sorted by relevance

12

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DConnectionListener.java49 public void connectionAdded( Server server, HostedConnection conn );
55 public void connectionRemoved( Server server, HostedConnection conn );
H A DHostedConnection.java47 * Returns the Server instance that is hosting this connection.
49 public Server getServer();
H A DNetwork.java58 * Creates a Server that will utilize both reliable and fast
62 public static Server createServer( int port ) throws IOException
68 * Creates a Server that will utilize both reliable and fast
72 public static Server createServer( int tcpPort, int udpPort ) throws IOException
78 * Creates a named and versioned Server that will utilize both reliable and fast
91 public static Server createServer( String gameName, int version, int tcpPort, int udpPort ) throws IOException
H A DServer.java44 public interface Server interface
/external/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestNetworkStress.java42 public void connectionAdded(Server server, HostedConnection conn) {
47 public void connectionRemoved(Server server, HostedConnection conn) {
53 Server server = Network.createServer(5110);
H A DTestRemoteCall.java39 import com.jme3.network.Server;
94 Server server = Network.createServer(5110);
H A DTestChatServer.java49 public static final String NAME = "Test Chat Server";
64 Server server = Network.createServer(NAME, VERSION, PORT, UDP_PORT);
H A DTestMessages.java53 System.out.println("Server: Received ping message!");
71 Server server = Network.createServer(5110);
H A DTestThroughput.java97 //Server server = Network.createServer( "bad name", 42, 5110, 5110 );
98 Server server = Network.createServer(5110, 5110);
H A DTestLatency.java75 Server server = Network.createServer(5110);
H A DTestSerialization.java146 Server server = Network.createServer( 5110 );
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DServer.java47 public class Server extends SIPHeader implements ServerHeader { class in inherits:SIPHeader,ServerHeader
85 public Server() { method in class:Server
126 * $Log: Server.java,v $
H A DNameMap.java119 putNameMap(SERVER, Server.class.getName()); //21
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DServerParser.java32 * Parser for Server header.
61 * @return SIPHeader (Server object)
68 Server server = new Server();
110 "Server: Softphone/Beta1.5 \n",
111 "Server: HomeServer v2\n",
112 "Server: Nist/Beta1 (beta version) \n",
113 "Server: Nist proxy (beta version)\n",
114 "Server: Nist1.0/Beta2 UbiServer/vers.1.0 (new stuff) (Cool) \n",
115 "Server
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketImplTest.java67 Server server = null;
70 server = new Server();
127 Server server = null;
130 server = new Server();
185 Server server = null;
188 server = new Server();
246 Server server = null;
249 server = new Server();
306 Server server = null;
309 server = new Server();
580 private static class Server extends Thread { class in class:SSLSocketImplTest
587 public Server() throws IOException { method in class:SSLSocketImplTest.Server
[all...]
/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
H A DUnixSelectorTest.java30 static class Server { class in class:UnixSelectorTest
34 Server() throws Exception { method in class:UnixSelectorTest.Server
76 Server server = new Server();
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft
43 ATTRIBUTE MS-Secondary-DNS-Server 29 ipaddr Microsoft
44 ATTRIBUTE MS-Primary-NBNS-Server 30 ipaddr Microsoft
45 ATTRIBUTE MS-Secondary-NBNS-Server 31 ipaddr Microsoft
/external/clang/utils/analyzer/
H A Dubiviz60 server = xmlrpclib.Server('http://127.0.0.1:20738/RPC2')
/external/quake/quake/src/QW/
H A Dqwsv.spec.sh22 Summary: QuakeWorld Server
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java65 private Server server;
95 public void connectionAdded(Server server, HostedConnection conn) {
99 public void connectionRemoved(Server server, HostedConnection conn) {
136 public ObjectStore(Server server) {
181 logger.log(Level.INFO, "Server: Sending {0}", defMsg);
227 logger.log(Level.INFO, "Server: Sending {0}", call);
300 logger.log(Level.INFO, "Server: Sending {0}", retMsg);
339 logger.log(Level.INFO, "Server: Sending {0}", defMsg);
/external/libvpx/examples/includes/geshi/geshi/
H A Dtsql.php255 //SQL Server Agent Procedures
/external/openssh/contrib/caldera/
H A Dopenssh.spec71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd).
147 Dieses Paket installiert den sshd, den Server-Teil der OpenSSH.
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultServer.java51 * A default implementation of the Server interface that delegates
57 public class DefaultServer implements Server
154 throw new IllegalStateException( "Server is already started." );
177 throw new IllegalStateException( "Server is not started." );
344 c.close( "Server client mismatch, server:" + getGameName() + " v" + getVersion()
471 public Server getServer()
/external/chromium/chrome/browser/history/
H A Dredirect_uitest.cc41 TEST_F(RedirectTest, Server) {
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php37 * Wrapper class to make calls to the Chrome Web Store License Server.

Completed in 678 milliseconds

12