Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
JDK 11 jdk.sctp.jmod - SCTP Module
JDK 11 jdk.sctp.jmod is the JMOD file for JDK 11 SCTP module.
JDK 11 SCTP module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.sctp.jmod.
JDK 11 SCTP module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 SCTP module source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.sctp.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/nio/sctp/package-info.java
/* * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /** * A Java API for Stream Control Transport Protocol. * * <P> The Stream Control Transport Protocol (SCTP) is a reliable, * message-oriented, transport protocol existing at an equivalent level with UDP * (User Datagram Protocol) and TCP (Transmission Control Protocol). SCTP is * session oriented and an association between the endpoints must be established * before any data can be transmitted. * * <P> SCTP has direct support for multi-homing, meaning than an endpoint may be * represented by more than one address and each address may be used for sending * and receiving data, thus providing network redundancy. The connection between * two endpoints is referred to as an association between those endpoints. * Endpoints can exchange a list of addresses during association setup. One * address is designated as the primary address, this is the default address that * the peer will use for sending data. A single port number is used across the * entire address list at an endpoint for a specific session. * * <P> SCTP is message based. I/O operations operate upon messages and message * boundaries are preserved. Each association may support multiple independent * logical streams. Each stream represents a sequence of messages within a single * association and streams are independent of one another, meaning that stream * identifiers and sequence numbers are included in the data packet to allow * sequencing of messages on a per-stream basis. * * <P> This package provides two programming model styles. The one-to-one style * supported by {@link com.sun.nio.sctp.SctpChannel} and {@link * com.sun.nio.sctp.SctpServerChannel}, and the one-to-many * style supported by {@link com.sun.nio.sctp.SctpMultiChannel}. * The semantics of the one-to-one style interface are very similar to TCP. * An {@code SctpChannel} can only control one SCTP association. The * semantics of the one-to-many style interface are very similar to UDP. An * {@code SctpMutliChannel} can control multiple SCTP associations. * * <P> Applications can send and receive per-message ancillary information through * {@link com.sun.nio.sctp.MessageInfo}. For example, the stream number that * the message it is to be sent or received from. The SCTP stack is event driven * and applications can receive notifications of certain SCTP events by invoking * the {@code receive} method of the SCTP channel with an appropriate {@link * com.sun.nio.sctp.NotificationHandler notification handler}. * * <P> The SCTP protocol is defined by * <A HREF="http://tools.ietf.org/html/rfc4960">RFC4960</A>, and the optional * extension for <I>Dynamic Address Reconfiguration</I> is defined by * <A HREF="http://tools.ietf.org/html/rfc5061">RFC5061</A>. * * @since 1.7 */ package com.sun.nio.sctp;
⏎ com/sun/nio/sctp/package-info.java
Or download all of them as a single archive file:
File name: jdk.sctp-11.0.1-src.zip File size: 41822 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.security.auth.jmod - Security Auth Module
⇐ JDK 11 jdk.scripting.nashorn.shell.jmod - Scripting Nashorn Shell Module
2020-04-14, 10258👍, 0💬
Popular Posts:
commons-io-2.6-sources.j aris the source JAR file for Apache Commons IO 2.6, which is a library of u...
xml-commons External Source Code Files are provided in the source package file, xml-commons-external...
Apache BCEL Source Code Files are inside the Apache BCEL source package file like bcel-6.5.0-src.zip...
maven-compat-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Compact module. The JAR file name may ...
JasperReports, the world's most popular open source business intelligence and reporting engine and J...