private class Session.GlobalRequestReply
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
port |
private int |
reply |
private java.lang.Thread |
thread |
Modifier | Constructor and Description |
---|---|
private |
GlobalRequestReply() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getPort() |
(package private) int |
getReply() |
(package private) java.lang.Thread |
getThread() |
(package private) void |
setPort(int port) |
(package private) void |
setReply(int reply) |
(package private) void |
setThread(java.lang.Thread thread) |