The configuration of a protocol within a protocol stack.
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.clustering.protocol.socket-binding | true | none |
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 |
---|---|
Default Value | {} |
Type | OBJECT |
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 | true |
Storage | configuration |
Access Type | read-only |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
add-index | INT | false | false | If specified inserts the protocol at the given (zero-based) index. If null it will add at the end. | |
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. |