Package | Description |
---|---|
org.apache.synapse.commons.handlers |
Modifier and Type | Method and Description |
---|---|
Protocol |
MessageInfo.getProtocol() |
static Protocol |
Protocol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageInfo.setProtocol(Protocol protocol) |
Constructor and Description |
---|
MessageInfo(java.lang.Object message,
Protocol protocol,
ConnectionId connectionId) |
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.