public static class AMQP.Connection.Open extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
String |
reserved1 |
boolean |
reserved2 |
private static long |
serialVersionUID |
String |
virtualHost
The name of the virtual host to work with.
|
channelNumber, logger
Constructor and Description |
---|
Open() |
Open(String virtualHost,
String reserved1,
boolean reserved2)
This method opens a connection to a virtual host, which is a collection of resources, and acts to separate multiple application domains within a server.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public String virtualHost
public String reserved1
public boolean reserved2
public static final int INDEX
public Open(String virtualHost, String reserved1, boolean reserved2)
public Open()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2022 ScalAgent D.T.. All rights reserved.