|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHelloWorldServ
public class HelloWorldServ
Hello World Server. Generates a serverside socket "ServerSocket" object on a desired port, displays the server status and a recieved message.
Field Summary | |
---|---|
(package private) static int |
port
|
Constructor Summary | |
---|---|
HelloWorldServ()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static int port
Constructor Detail |
---|
public HelloWorldServ()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- port
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |