Class SimpleWebResource

  • All Implemented Interfaces:
    WebResource

    public class SimpleWebResource
    extends java.lang.Object
    implements WebResource
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      java.lang.String getType()  
      void setData​(byte[] data)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleWebResource

        public SimpleWebResource()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface WebResource
      • setType

        public void setType​(java.lang.String type)
      • setData

        public void setData​(byte[] data)