|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionCloseCode | |
---|---|
org.apache.qpid.transport |
Uses of ConnectionCloseCode in org.apache.qpid.transport |
---|
Methods in org.apache.qpid.transport that return ConnectionCloseCode | |
---|---|
static ConnectionCloseCode |
ConnectionCloseCode.get(int value)
|
ConnectionCloseCode |
ConnectionClose.getReplyCode()
|
static ConnectionCloseCode |
ConnectionCloseCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConnectionCloseCode[] |
ConnectionCloseCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.qpid.transport with parameters of type ConnectionCloseCode | |
---|---|
void |
Connection.close(ConnectionCloseCode replyCode,
String replyText,
Option... _options)
|
(package private) void |
ConnectionInvoker.connectionClose(ConnectionCloseCode replyCode,
String replyText,
Option... _options)
|
ConnectionClose |
ConnectionClose.replyCode(ConnectionCloseCode value)
|
ConnectionClose |
ConnectionClose.setReplyCode(ConnectionCloseCode value)
|
Constructors in org.apache.qpid.transport with parameters of type ConnectionCloseCode | |
---|---|
ConnectionClose(ConnectionCloseCode replyCode,
String replyText,
Option... _options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |