public interface Server
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this server, which cleanly shuts down.
|
ServerAddress |
getServerAddress()
Returns this instance's address.
|
void |
start()
Starts this server - this method should not block infinitely.
|
ServerAddress getServerAddress()
ServerAddress.void start()
throws RemoteException
RemoteException - if a problem occurs while starting up.void close()
Copyright © 2012 Sapia OSS. All Rights Reserved.