| Modifier and Type | Field | Description |
|---|---|---|
static SocketOption<SocketFlow> |
ExtendedSocketOptions.SO_FLOW_SLA
Service level properties.
|
| Modifier and Type | Method | Description |
|---|---|---|
SocketFlow |
SocketFlow.bandwidth(long bandwidth)
Sets this SocketFlow's bandwidth.
|
|
static SocketFlow |
SocketFlow.create()
Creates a new SocketFlow that can be used to set the SO_FLOW_SLA
socket option and create a socket flow.
|
|
SocketFlow |
SocketFlow.priority(int priority)
Sets this SocketFlow's priority.
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
ExtendedSocketOptions.getFlowOption(FileDescriptor fd,
SocketFlow f) |
|
static void |
ExtendedSocketOptions.setFlowOption(FileDescriptor fd,
SocketFlow f) |
Copyright © 2014, 2025, Oracle and/or its affiliates. All rights reserved.