Interface atci.AtciConnection
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface atci.AtciConnection

public interface AtciConnection
extends Object

Method Index

 o connect()
 o getContentLanguage()
 o getContentLength()
 o getContentType()
 o getInputStream()
 o getOutputStream()
 o getReasonPhase()
 o getResultURI()
 o getStatusCode()
 o sendRequest()
 o setAgentId(String)
 o setAgentLanguage(String)
 o setAgentSystem(String)
 o setAllowUserInteraction(boolean)
 o setContentEncoding(String)
 o setContentLanguage(String)
 o setContentLength(int)
 o setContentType(String)
 o setRequestType(int)
Sets request parameters you have to set parameters before establish the connection.
 o setSender(String)
 o setUserAgent(String)

Methods

 o setRequestType
  public abstract void setRequestType(int request)
Sets request parameters you have to set parameters before establish the connection.
 o setAgentId
  public abstract void setAgentId(String id)
 o setAgentLanguage
  public abstract void setAgentLanguage(String lang)
 o setAgentSystem
  public abstract void setAgentSystem(String system)
 o setUserAgent
  public abstract void setUserAgent(String user_agent)
 o setSender
  public abstract void setSender(String sender)
 o setContentEncoding
  public abstract void setContentEncoding(String string)
 o setContentLength
  public abstract void setContentLength(int i)
 o setContentLanguage
  public abstract void setContentLanguage(String lang)
 o setContentType
  public abstract void setContentType(String type)
 o setAllowUserInteraction
  public abstract void setAllowUserInteraction(boolean b)
 o connect
  public abstract void connect() throws IOException
 o getOutputStream
  public abstract OutputStream getOutputStream() throws IOException
 o sendRequest
  public abstract void sendRequest() throws IOException
 o getStatusCode
  public abstract int getStatusCode()
 o getReasonPhase
  public abstract String getReasonPhase()
 o getResultURI
  public abstract URL getResultURI()
 o getContentType
  public abstract String getContentType()
 o getContentLanguage
  public abstract String getContentLanguage()
 o getContentLength
  public abstract int getContentLength()
 o getInputStream
  public abstract InputStream getInputStream() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index