org.media.mn8.protocol.beep
Class BeepURLConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--org.media.mn8.protocol.beep.BeepURLConnection

public class BeepURLConnection
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
BeepURLConnection(URL getURL)
          Given a URL will instantiate a BeepURLConnection object.
 
Method Summary
 void connect()
           
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 String getResult()
           
 void setContent(String value)
           
 
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, 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

BeepURLConnection

public BeepURLConnection(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 String getResult()

setContent

public void setContent(String value)
                throws IOException
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Overrides:
getOutputStream in class URLConnection
IOException


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