The configuration of a transport for a protocol stack.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.clustering.transport.diagnostics-socket-binding | true | none | 
| org.wildfly.clustering.protocol.socket-binding | true | none | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Capability reference | org.wildfly.network.socket-binding | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | org.jgroups | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | {} | 
| Type | OBJECT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Capability reference | org.wildfly.network.socket-binding | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| shared | BOOLEAN | false | true | false | If true, the underlying transport is shared by all channels using this stack. | 
| diagnostics-socket-binding | STRING | false | true | The diagnostics socket binding specification for this protocol layer, used to specify IP interfaces and ports for communication. | |
| site | STRING | false | true | The site (i.e. data centre) identifier for this node. Used by Infinispan topology-aware consistent hash. | |
| rack | STRING | false | true | The rack (i.e. server rack) identifier for this node. Used by Infinispan topology-aware consistent hash. | |
| machine | STRING | false | true | The machine (i.e. host) identifier for this node. Used by Infinispan topology-aware consistent hash. | |
| socket-binding | STRING | false | true | The socket binding specification for this protocol layer, used to specify IP interfaces and ports for communication. | |
| module | STRING | false | true | org.jgroups | The module with which to resolve the protocol type. | 
| properties | OBJECT | false | true | {} | The properties of this protocol. | 
| default-executor | STRING | false | false | The thread pool executor to handle incoming messages. | |
| oob-executor | STRING | false | false | The thread pool executor to handle incoming out-of-band messages. | |
| timer-executor | STRING | false | false | The thread pool executor to handle protocol-related timing tasks. | |
| thread-factory | STRING | false | false | The thread factory to use for handling asynchronous transport-specific tasks. | |
| type | STRING | false | true | The implementation class for a protocol, which determines protocol functionality. |