| Package | Description |
|---|---|
| org.apache.qpid.transport |
| 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–2018 The Apache Software Foundation. All rights reserved.