?? socketconnection.java
字號(hào):
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: SOCKETConnection.java
package com.tricastmedia.twuik.tas.io;
// Referenced classes of package com.tricastmedia.twuik.tas.io:
// GenericConnection, IConnectionListener
public class SOCKETConnection extends GenericConnection
{
public SOCKETConnection()
{
}
public void setSocketAttributes(String s, IConnectionListener iconnectionlistener)
{
}
public void setSocketSendBuffer(int i)
{
}
public int getSocketSendBuffer()
{
return 0;
}
public void setSocketReadBuffer(int i)
{
}
public int getSocketReadBuffer()
{
return 0;
}
public void setLinger(int i)
{
}
public int getLinger()
{
return 0;
}
public String getResponse()
{
return null;
}
public void setParam(Object obj)
{
}
public void setReadStyle(int i)
{
}
public void execute()
{
}
public void setData(String s)
{
}
public int getDelay()
{
return 0;
}
public void setDelay(int i)
{
}
public int getKeepAlive()
{
return 0;
}
public void setKeepAlive(int i)
{
}
public void setCommand(int i)
{
}
public static final int READONLY = 1;
public static final int READANDQUIT = 2;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -