Search:

Type: Posts; User: ToshX

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    3,083

    Send file via DatagramSocket

    Hi,
    I want to send a object (which contains a File) to a server via datagramSockets aka (UDP)
    So the steps are:

    1 - create object: Obj o = new Obj (File, String, int).
    2 - convert file...
  2. Replies
    2
    Views
    3,111

    Handling TCP and UDP in same server

    Hi, i need to create a server that handles both tcp and upd

    so i have like:

    ServerSocket tcpServer = new ServerSocket(port) // for tcp connection
    ....
    DatagramSocket udpServer = new...
  3. Replies
    1
    Views
    1,467

    Two different streams at same time

    I have an open Client-server connection thru a socket.

    What I what to do is send some text (coming from keybord) and a file (pdf) to the server.

    So, is it possible to create two types of...
Results 1 to 3 of 3