JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 26 & JDK 26
DRAFT 26-internal-albatem.open
jdk.sctp
com.sun.nio.sctp
SctpSocketOption
Select Theme
Light
Dark
System Setting
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface SctpSocketOption<T>
Type Parameters:
T
- The type of the socket option value.
All Superinterfaces:
SocketOption
<T>
public interface
SctpSocketOption<T>
extends
SocketOption
<T>
A socket option associated with an SCTP channel.
Since:
1.7
See Also:
SctpStandardSocketOptions
Method Summary
Methods declared in interface
SocketOption
name
,
type
Modifier and Type
Method
Description
String
name
()
Returns the name of the socket option.
Class
<
T
>
type
()
Returns the type of the socket option value.