com.ibm.manplato.Protocol
Class SLP
java.lang.Object
|
+--com.ibm.manplato.Protocol.SLP
- public class SLP
- extends java.lang.Object
- Version:
- $Rev$-$Date: 2001/07/02 11:35:49 $$State: Exp $
- Author:
- File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: fpal $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG_SOCKET
public static final byte DEBUG_SOCKET
CONSOLE_SOCKET
public static final byte CONSOLE_SOCKET
REMOTE_UI_SOCKET
public static final byte REMOTE_UI_SOCKET
DLP_SOCKET
public static final byte DLP_SOCKET
FIRST_SOCKET
public static final byte FIRST_SOCKET
NEXT_SOCKET
public static byte NEXT_SOCKET
ENABLE_PKT_DUMP
public static boolean ENABLE_PKT_DUMP
SLP
public SLP(SLPTransportInterface slptransportinterface)
static void ()
connect
public void connect()
disconnect
public void disconnect()
enableDebugMode
public void enableDebugMode()
handleCMPPacket
protected void handleCMPPacket(SLP_Packet slp_packet)
handlePADPacket
protected void handlePADPacket(SLP_Packet slp_packet)
handleSystemPacket
protected void handleSystemPacket(SLP_Packet slp_packet)
handleTestPacket
protected void handleTestPacket(SLP_Packet slp_packet)
incInputQueueEnd
protected int incInputQueueEnd()
throws SLP_QueueOverrunException
incInputQueueStart
protected int incInputQueueStart()
throws SLP_QueueOverrunException
incOutputQueueEnd
protected int incOutputQueueEnd()
throws SLP_QueueOverrunException
incOutputQueueStart
protected int incOutputQueueStart()
throws SLP_QueueOverrunException
readPacket
public GenericPacket readPacket()
throws NotConnectedException
setDebugOutputStream
public void setDebugOutputStream(java.io.PrintStream printstream)
writePacket
public void writePacket(byte[] abyte0,
byte byte0,
byte byte1,
byte byte2)
throws NotConnectedException