test
Class KeyExchangeTest.TestRunner

java.lang.Object
  |
  +--test.KeyExchangeTest.TestRunner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
KeyExchangeTest

static class KeyExchangeTest.TestRunner
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  org.ssonet.net.SSONETContext ctx
           
(package private)  org.ssonet.io.IOStream ios
           
(package private)  boolean isServer
           
(package private)  org.ssonet.net.KeyExchange keyExchange
           
 
Constructor Summary
(package private) KeyExchangeTest.TestRunner(org.ssonet.io.IOStream ios, org.ssonet.net.SSONETContext ctx, boolean isServer)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ios

org.ssonet.io.IOStream ios

ctx

org.ssonet.net.SSONETContext ctx

isServer

boolean isServer

keyExchange

org.ssonet.net.KeyExchange keyExchange
Constructor Detail

KeyExchangeTest.TestRunner

KeyExchangeTest.TestRunner(org.ssonet.io.IOStream ios,
                           org.ssonet.net.SSONETContext ctx,
                           boolean isServer)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2003 DRIM Team. All Rights Reserved.