| Modifier and Type | Method and Description |
|---|---|
EConfigure.ConnectionType |
EConfigure.Service.connectionType()
Returns the accepted channel type.
|
EConfigure.ConnectionType |
EConfigure.RemoteConnection.connectionType()
Returns the target channel type.
|
EConfigure.ConnectionType |
EConfigure.AbstractBuilder.connectionType()
Returns the underlying channel type.
|
static EConfigure.ConnectionType |
EConfigure.ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EConfigure.ConnectionType[] |
EConfigure.ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EConfigure.ServerBuilder |
EConfigure.ServerBuilder.connectionType(EConfigure.ConnectionType connType)
Sets the underlying channel type.
|
EConfigure.ConnectionBuilder |
EConfigure.ConnectionBuilder.connectionType(EConfigure.ConnectionType connType)
Sets the underlying channel type.
|
protected void |
EConfigure.AbstractBuilder.setConnectionType(EConfigure.ConnectionType connType)
Sets the channel type to the given value.
|
Copyright © 2019. All rights reserved.