tigase.server.bosh
Class BoshIOService
java.lang.Object
tigase.net.IOService
tigase.xmpp.XMPPIOService
tigase.server.bosh.BoshIOService
- All Implemented Interfaces:
- java.util.concurrent.Callable<IOService>
public class BoshIOService
- extends XMPPIOService
Describe class BoshIOService here.
Created: Tue Jun 5 22:33:18 2007
- Version:
- $Rev: 895 $
- Author:
- Artur Hefczyc
| Methods inherited from class tigase.net.IOService |
accept, call, connectionType, debug, debug, forceStop, getLastTransferTime, getLocalAddress, getRemoteAddress, getSessionData, getSocketChannel, getUniqueId, isConnected, readCompleted, readData, setIOServiceListener, setSessionData, setSSLId, startSSL, startTLS, waitingToSend, writeData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoshIOService
public BoshIOService()
setContentType
public void setContentType(java.lang.String ct)
writeRawData
public void writeRawData(java.lang.String data)
throws java.io.IOException
- Overrides:
writeRawData in class XMPPIOService
- Throws:
java.io.IOException
sendErrorAndStop
public void sendErrorAndStop(int errorCode,
java.lang.String errorMsg)
throws java.io.IOException
- Throws:
java.io.IOException
setSid
public void setSid(java.util.UUID sid)
getSid
public java.util.UUID getSid()
setRid
public void setRid(long rid)
getRid
public long getRid()
Copyright © 2008 Tigase. All Rights Reserved.