tigase.io
Class TLSIO
java.lang.Object
tigase.io.TLSIO
- All Implemented Interfaces:
- IOInterface
public class TLSIO
- extends java.lang.Object
- implements IOInterface
Describe class TLSIO here.
Created: Sat May 14 07:43:30 2005
- Version:
- $Rev: 885 $
- Author:
- Artur Hefczyc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLSIO
public TLSIO(IOInterface ioi,
TLSWrapper wrapper)
throws java.io.IOException
- Throws:
java.io.IOException
read
public java.nio.ByteBuffer read(java.nio.ByteBuffer buff)
throws java.io.IOException
- Specified by:
read in interface IOInterface
- Throws:
java.io.IOException
write
public int write(java.nio.ByteBuffer buff)
throws java.io.IOException
- Specified by:
write in interface IOInterface
- Throws:
java.io.IOException
isConnected
public boolean isConnected()
- Specified by:
isConnected in interface IOInterface
stop
public void stop()
throws java.io.IOException
- Specified by:
stop in interface IOInterface
- Throws:
java.io.IOException
getSocketChannel
public java.nio.channels.SocketChannel getSocketChannel()
- Specified by:
getSocketChannel in interface IOInterface
bytesRead
public int bytesRead()
- Specified by:
bytesRead in interface IOInterface
getInputPacketSize
public int getInputPacketSize()
throws java.io.IOException
- Specified by:
getInputPacketSize in interface IOInterface
- Throws:
java.io.IOException
waitingToSend
public boolean waitingToSend()
- Specified by:
waitingToSend in interface IOInterface
Copyright © 2008 Tigase. All Rights Reserved.