• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help me out !

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wanna create a client-server application and need to transfer various kinds of infomation
between C-S ,these infomation includes identity validation , talking and some others :
And my question is : Can i declare numbers of input streams and output streams
in a single socket connection just like " new data input stream (socket.get input strem ())"?
If yes, How can i do that ? If no , Does that mean i should create numbers of input (output)
streams for each kinds of information using numbers of socket connection ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic