Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You may confuse two different level of networking communication.<br/><br/> <strong>Level 4</strong> : TCP connection between two sockets.<br> A logical pipe between to side (may be single(two process?) or two different computers) only connection handling data are handle at this level<br/><br/> <strong>Level 7</strong> : Browser / Application Server used particular communication "language" to exchange high level data (file , images, audio ..) and is handled at this level.<br/><br/> Your question is about to open a Listening Socket (level 4) and a client that talk with it with a HTTP protocol (level 7).<br/><br/> So you're miss to fill the gap socket listening side to handle HTTP protocol<br>May be a java web server implementation may help you.<br/></p> <ul> <li><p>a Java EE way to have HTTP server : <strong>"Tiny Java Web Server"</strong> @ <a href="http://tjws.sourceforge.net/" rel="nofollow noreferrer">http://tjws.sourceforge.net/</a> that may help you for what you're looking for</p></li> <li><p>an <strong>"Apache"</strong> way to have HTTP server <a href="http://www.androiddevblog.net/android/a-bare-minimum-web-server-for-android-platform" rel="nofollow noreferrer">http://www.androiddevblog.net/android/a-bare-minimum-web-server-for-android-platform</a><br/><br/> see <a href="http://en.wikipedia.org/wiki/OSI_model#Layer_3:_Network_Layer" rel="nofollow noreferrer">http://en.wikipedia.org/wiki/OSI_model#Layer_3:_Network_Layer</a> to have more complete view of these Communication Layer</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload