|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChannelRequest
Channel request.
Field Summary | |
---|---|
static int |
DEFAULT_PACKET_SIZE
|
static int |
DEFAULT_WINDOW_SIZE
|
Method Summary | |
---|---|
void |
execute(ConnectionClient client)
Executes the request. |
Channel |
getChannel()
Returns opened channel. |
int |
getPacketSize()
Returns request max packet size. |
long |
getWindowSize()
Returns request window size. |
Field Detail |
---|
static final int DEFAULT_WINDOW_SIZE
static final int DEFAULT_PACKET_SIZE
Method Detail |
---|
long getWindowSize()
int getPacketSize()
void execute(ConnectionClient client) throws java.io.IOException
client
- connection client
java.io.IOException
- if an I/O error occursChannel getChannel()
null
if request has not been executed
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |