public class FrameInfo extends Object
| Constructor and Description |
|---|
FrameInfo(String methodName,
byte messageType,
int sequenceId,
Transport transport,
Protocol protocol,
boolean supportOutOfOrderResponse) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getMessageType() |
String |
getMethodName() |
Protocol |
getProtocol() |
int |
getSequenceId() |
Transport |
getTransport() |
int |
hashCode() |
boolean |
isSupportOutOfOrderResponse() |
String |
toString() |
public String getMethodName()
public byte getMessageType()
public int getSequenceId()
public Transport getTransport()
public Protocol getProtocol()
public boolean isSupportOutOfOrderResponse()
Copyright © 2012–2024. All rights reserved.