com.oaklandsw.http
Interface ConnectionIOListener


public interface ConnectionIOListener

This is used to get direct access to all data on the socket connections associated with HTTP.


Method Summary
 void read(byte[] bytes, int offset, int length, java.net.Socket socket, HttpURLConnection urlCon)
           
 void write(byte[] bytes, int offset, int length, java.net.Socket socket, HttpURLConnection urlCon)
           
 

Method Detail

read

public void read(byte[] bytes,
                 int offset,
                 int length,
                 java.net.Socket socket,
                 HttpURLConnection urlCon)

write

public void write(byte[] bytes,
                  int offset,
                  int length,
                  java.net.Socket socket,
                  HttpURLConnection urlCon)


Copyright © 2002-2007 Oakland Software Incorporated. All Rights Reserved.