hi all,
i am running serversocket in my programs
how to get url which is typed in a web browser?
plzz tell me ,if u know about it?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
hi all,
i am running serversocket in my programs
how to get url which is typed in a web browser?
plzz tell me ,if u know about it?
What do you mean by that?
// Json
i mean ,
in my main method i am running a serversocket at 9000 port no,
and i am sending a request to a port no 9000,
this url , which is sent from the browser , i want to get that, in server socket program.
is it possible? to get the url in the server socket program. if it is how ?
could u tell me plzz