|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.ssh2.SSH2Connector
public final class SSH2Connector
This class takes care of all incoming CHANNEL_OPEN messages. It contains a
thread which utilizes a queue to fetch the channel open requests. It creates
new channels according to type requested. Only a single instance of
SSH2Connector exists for each instance of the ssh2 stack.
SSH2Connection| Constructor Summary | |
|---|---|
SSH2Connector(SSH2Connection connection)
|
|
| Method Summary | |
|---|---|
void |
channelOpen(SSH2TransportPDU pdu)
|
void |
run()
|
void |
setThreadPriority(int prio)
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SSH2Connector(SSH2Connection connection)
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic void channelOpen(SSH2TransportPDU pdu)
public void setThreadPriority(int prio)
public void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||