socketconnection.java

来自「一个非常绚丽的j2em徒刑库」· Java 代码 · 共 96 行

JAVA
96
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?