Package | Description |
---|---|
org.apache.qpid.server.protocol.v0_10 | |
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionDelegate.connectionClose(Connection conn,
ConnectionClose close) |
Modifier and Type | Method and Description |
---|---|
ConnectionClose |
ConnectionClose.clearReplyCode() |
ConnectionClose |
ConnectionClose.clearReplyText() |
ConnectionClose |
ConnectionException.getClose() |
ConnectionClose |
ConnectionClose.replyCode(ConnectionCloseCode value) |
ConnectionClose |
ConnectionClose.replyText(String value) |
ConnectionClose |
ConnectionClose.setReplyCode(ConnectionCloseCode value) |
ConnectionClose |
ConnectionClose.setReplyText(String value) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.closeCode(ConnectionClose close) |
void |
MethodDelegate.connectionClose(C context,
ConnectionClose method) |
void |
ConnectionDelegate.connectionClose(Connection conn,
ConnectionClose close) |
Constructor and Description |
---|
ConnectionException(ConnectionClose close) |
ConnectionException(String message,
ConnectionClose close,
Throwable cause) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.