Click here to Skip to main content
15,897,704 members
Home / Discussions / Java
   

Java

 
GeneralRe: Time in Java Pin
Etienne Rached21-Jun-11 4:28
Etienne Rached21-Jun-11 4:28 
AnswerRe: Time in Java Pin
JP_Rocks29-May-11 22:29
JP_Rocks29-May-11 22:29 
QuestionHow do i go about this Pin
atoivan15-May-11 22:02
atoivan15-May-11 22:02 
AnswerRe: How do i go about this Pin
Richard MacCutchan15-May-11 22:18
mveRichard MacCutchan15-May-11 22:18 
AnswerRe: How do i go about this Pin
Nagy Vilmos15-May-11 22:20
professionalNagy Vilmos15-May-11 22:20 
AnswerRe: How do i go about this Pin
jschell16-May-11 8:46
jschell16-May-11 8:46 
Questionhow to make a listener to receive from HttpConnection Pin
williamroma13-May-11 1:40
williamroma13-May-11 1:40 
AnswerRe: how to make a listener to receive from HttpConnection Pin
jschell13-May-11 8:57
jschell13-May-11 8:57 
IP traffic is based on two ends of the communication chain.

TCP is built on IP.

TCP has a 'client' and a 'server'. The client connects to the server (this has nothing to do with what the applications that contain the functionality are named.)

HTTP is built on TCP.

So in answer to your question.
1. You must have a 'server' that handled HTTP.
2. You then create a 'client' which sends HTTP requests to the 'server'.

You can't do anything unless you have both parts.

The server cannot be transitory. It must basically be up all the time. In other words it cannot come into existence only once a client sends a request.
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 9:08
williamroma13-May-11 9:08 
GeneralRe: how to make a listener to receive from HttpConnection Pin
jschell13-May-11 12:19
jschell13-May-11 12:19 
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 12:39
williamroma13-May-11 12:39 
GeneralRe: how to make a listener to receive from HttpConnection Pin
jschell13-May-11 12:55
jschell13-May-11 12:55 
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 13:12
williamroma13-May-11 13:12 
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 13:13
williamroma13-May-11 13:13 
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 13:15
williamroma13-May-11 13:15 
GeneralRe: how to make a listener to receive from HttpConnection Pin
williamroma13-May-11 9:11
williamroma13-May-11 9:11 
GeneralRe: how to make a listener to receive from HttpConnection Pin
jschell13-May-11 12:15
jschell13-May-11 12:15 
Questionhow to read exact content of word in java Pin
priya218411-May-11 0:03
priya218411-May-11 0:03 
AnswerRe: how to read exact content of word in java Pin
Nagy Vilmos11-May-11 0:13
professionalNagy Vilmos11-May-11 0:13 
AnswerRe: how to read exact content of word in java Pin
JP_Rocks29-May-11 22:34
JP_Rocks29-May-11 22:34 
Questionhow to read exact content of word in java Pin
priya218411-May-11 0:02
priya218411-May-11 0:02 
AnswerRe: how to read exact content of word in java Pin
Nagy Vilmos11-May-11 0:17
professionalNagy Vilmos11-May-11 0:17 
QuestionCreating an object of a superclass Pin
kurt110-May-11 9:20
kurt110-May-11 9:20 
AnswerRe: Creating an object of a superclass [modified] Pin
Luc Pattyn10-May-11 12:43
sitebuilderLuc Pattyn10-May-11 12:43 
AnswerRe: Creating an object of a superclass Pin
Nagy Vilmos10-May-11 23:11
professionalNagy Vilmos10-May-11 23:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.