0

How to Returns an output stream for SCTP socket? for example in TCP (socket.getOutputStream). but how in SCTP? I've tried to searching, but I did not find a solution.

Emil
  • 7,220
  • 17
  • 76
  • 135

1 Answers1

1

Accessing SCTP protocal in one of the JDK 7 features.

Example Link : http://www.oracle.com/technetwork/articles/javase/index-139946.html

NPKR
  • 5,368
  • 4
  • 31
  • 48