com.jcraft.jsch.agentproxy
Class USocketFactory.Socket

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.USocketFactory.Socket
Enclosing interface:
USocketFactory

public abstract static class USocketFactory.Socket
extends Object


Constructor Summary
USocketFactory.Socket()
           
 
Method Summary
abstract  void close()
           
abstract  int readFull(byte[] buf, int s, int len)
           
abstract  void write(byte[] buf, int s, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USocketFactory.Socket

public USocketFactory.Socket()
Method Detail

readFull

public abstract int readFull(byte[] buf,
                             int s,
                             int len)
                      throws IOException
Throws:
IOException

write

public abstract void write(byte[] buf,
                           int s,
                           int len)
                    throws IOException
Throws:
IOException

close

public abstract void close()
                    throws IOException
Throws:
IOException


Copyright © 2013 JCraft,Inc.. All rights reserved.