org.media.mn8.protocol.xmlrpc
Class XmlrpcURLConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--org.media.mn8.protocol.xmlrpc.XmlrpcURLConnection

public class XmlrpcURLConnection
extends URLConnection

This class implements a connection to the new "beep" URL scheme.


Field Summary
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
XmlrpcURLConnection(URL getURL)
          Given a URL will instantiate a BeepURLConnection object.
 
Method Summary
 void connect()
           
 InputStream getInputStream()
           
 String getMethodName()
           
 Object getResult()
           
 void setOptions(Vector opt)
           
 void setSecure(boolean sec)
           
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getLastModified, getOutputStream, getPermission, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlrpcURLConnection

public XmlrpcURLConnection(URL getURL)
Given a URL will instantiate a BeepURLConnection object.

Parameters:
getURL - The URL to contact.
Method Detail

connect

public void connect()
             throws IOException
Specified by:
connect in class URLConnection
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Overrides:
getInputStream in class URLConnection
IOException

getResult

public Object getResult()

getMethodName

public String getMethodName()

setOptions

public void setOptions(Vector opt)

setSecure

public void setSecure(boolean sec)


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."