- java.lang.Object
-
- com.rabbitmq.http.client.domain.PluginContext
-
public class PluginContext extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getNode()
String
getPath()
int
getPort()
boolean
isSsl()
void
setDescription(String description)
void
setNode(String node)
void
setPath(String path)
void
setPort(int port)
void
setSsl(boolean ssl)
String
toString()
-
-
-
Method Detail
-
getNode
public String getNode()
-
setNode
public void setNode(String node)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
isSsl
public boolean isSsl()
-
setSsl
public void setSsl(boolean ssl)
-
-