Package | Description |
---|---|
com.kaazing.net.ws.amqp |
Modifier and Type | Method and Description |
---|---|
ChannelEvent.Kind |
ChannelEvent.getKind() |
static ChannelEvent.Kind |
ChannelEvent.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelEvent.Kind[] |
ChannelEvent.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChannelEvent(AmqpChannel channel,
ChannelEvent.Kind kind,
com.kaazing.net.ws.amqp.impl.AmqpBuffer.Arg[] args,
Map<String,Object> headers,
ByteBuffer body) |
ChannelEvent(AmqpChannel channel,
ChannelEvent.Kind kind,
String errorMessage) |
ChannelEvent(AmqpClient client,
ChannelEvent.Kind kind,
String errorMessage) |
Copyright © 2014. All Rights Reserved.