Class URLSupportProtocol

java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.URLSupportProtocol
All Implemented Interfaces:
IProtocolSupport, Serializable

public class URLSupportProtocol extends AbstractElement implements IProtocolSupport
Author:
vlygeros
See Also:
  • Field Details

    • url

      protected URL url
  • Constructor Details

    • URLSupportProtocol

      public URLSupportProtocol(IModule module, URL url)
      Default constructor
      Parameters:
      module - The IModule object.
      url - The java.net.URL object.
  • Method Details