Package | Description |
---|---|
org.apache.qpid.proton.engine | |
org.apache.qpid.proton.engine.impl | |
org.apache.qpid.proton.hawtdispatch.impl |
Modifier and Type | Method and Description |
---|---|
EndpointState |
Endpoint.getLocalState() |
EndpointState |
Endpoint.getRemoteState() |
static EndpointState |
EndpointState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointState[] |
EndpointState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Link |
Connection.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of links in the specified states.
|
Link |
Connection.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of links in the specified states.
|
Link |
Link.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Link |
Link.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Session.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Session.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
Connection.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of sessions in the specified states.
|
Session |
Connection.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote)
Returns the head of the list of sessions in the specified states.
|
Modifier and Type | Method and Description |
---|---|
EndpointState |
EndpointImpl.getLocalState() |
EndpointState |
EndpointImpl.getRemoteState() |
Modifier and Type | Method and Description |
---|---|
Link |
ConnectionImpl.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Link |
ConnectionImpl.linkHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
SessionImpl.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
SessionImpl.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Link |
LinkImpl.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Link |
LinkImpl.next(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
ConnectionImpl.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Session |
ConnectionImpl.sessionHead(EnumSet<EndpointState> local,
EnumSet<EndpointState> remote) |
Modifier and Type | Field and Description |
---|---|
static EnumSet<EndpointState> |
AmqpTransport.ALL_SET |
Copyright © 2016 The Apache Software Foundation. All rights reserved.