Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerConnection.sendConnectionClose(ConnectionCloseCode replyCode,
String replyText,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.close(ConnectionCloseCode replyCode,
String replyText,
Option... _options) |
ConnectionClose |
ConnectionClose.replyCode(ConnectionCloseCode value) |
protected void |
Connection.sendConnectionClose(ConnectionCloseCode replyCode,
String replyText,
Option... _options) |
ConnectionClose |
ConnectionClose.setReplyCode(ConnectionCloseCode value) |
Constructor and Description |
---|
ConnectionClose(ConnectionCloseCode replyCode,
String replyText,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.