org.media.mn8.concepts
Class HttpHandler

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.URIHandler
                    |
                    +--org.media.mn8.concepts.HttpHandler

public class HttpHandler
extends URIHandler

Version:
$Revision: 1.9 $ $Date: 2002/08/20 03:25:03 $
Author:
Remus Pereni

Field Summary
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
HttpHandler()
           
HttpHandler(StringConcept url)
           
 
Method Summary
 LogicalConcept acceptsURI(StringConcept uri)
           
 Object clone()
           
 LogicalConcept closeConnection()
           
 URIHandler create(StringConcept url)
           
 ConceptDefinition getConceptDefinition()
           
 Concept getContent()
           
protected  Vector getDeepLinks(Vector links, int cnt)
           
 LogicalConcept initialize(MapConcept options)
           
 LogicalConcept openConnection()
           
 LogicalConcept setContent(Concept value)
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, equals, opEQ, toTXT, toXML
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHandler

public HttpHandler()

HttpHandler

public HttpHandler(StringConcept url)
Method Detail

create

public URIHandler create(StringConcept url)
Overrides:
create in class URIHandler

acceptsURI

public LogicalConcept acceptsURI(StringConcept uri)
Overrides:
acceptsURI in class URIHandler

initialize

public LogicalConcept initialize(MapConcept options)
Overrides:
initialize in class URIHandler

openConnection

public LogicalConcept openConnection()
Overrides:
openConnection in class URIHandler

getContent

public Concept getContent()
Overrides:
getContent in class URIHandler

getDeepLinks

protected Vector getDeepLinks(Vector links,
                              int cnt)

setContent

public LogicalConcept setContent(Concept value)
Overrides:
setContent in class URIHandler

closeConnection

public LogicalConcept closeConnection()
Overrides:
closeConnection in class URIHandler

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class URIHandler

clone

public Object clone()
Overrides:
clone in class URIHandler


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