|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ServerSocket |
createServerSocket(String service,
int port)
Creates a server socket that listens for connection requests. |
Method Detail |
public ServerSocket createServerSocket(String service, int port) throws IOException
service
- The name of the Info*Engine service with which the
server socket will be associated.port
- The port number on which the service instance listens for
connection requests.
IOEException
- if the server socket can not be created.
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |