简体   繁体   English

通过sctp协议的getOutputStream / getInputStream

[英]getOutputStream / getInputStream via sctp protocol

How to Returns an output stream for SCTP socket? 如何返回SCTP套接字的输出流? for example in TCP ( socket.getOutputStream ). 例如在TCP( socket.getOutputStream )中。 but how in SCTP? 但是在SCTP中如何? I've tried to searching, but I did not find a solution. 我尝试搜索,但是没有找到解决方案。

Accessing SCTP protocal in one of the JDK 7 features. 通过JDK 7功能之一访问SCTP协议。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jssc getInputStream()getOutputstream() - jssc getInputStream() getOutputstream() 用于getInputStream和getOutPutStream的JSSC替代品 - JSSC alternatives for getInputStream & getOutPutStream 了解getInputStream和getOutputStream - Understanding getInputStream and getOutputStream java DataOutputStream getOutputStream()getInputStream() - java DataOutputStream getOutputStream() getInputStream() 什么是python的getInputStream()和getOutputStream()等效项? - what is python equivalent of getInputStream() and getOutputStream()? Java Process getInputStream与getOutputStream - Java Process getInputStream vs. getOutputStream 蓝牙getInputStream和getOutputStream如何使用pyjnius读写arguments? - How to use the pyjnius read and write arguments for Bluetooth getInputStream and getOutputStream? 为什么必须调用URLConnection#getInputStream才能写出URLConnection#getOutputStream? - Why do you have to call URLConnection#getInputStream to be able to write out to URLConnection#getOutputStream? Java中通过SCTP发送消息时出现异常 - Exception in sending message via SCTP in Java 使用sun.net.www.protocol.http.HttpURLConnection.getInputStream()时出现的偶发连接问题的根本问题是什么? - What is the underlying issue with sporadic connectivity issues using sun.net.www.protocol.http.HttpURLConnection.getInputStream()?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM