📄 socketconnection.java
字号:
// 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;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -