Package de.enough.polish.browser.protocols

Provides handlers that can deal with protocols like "http" or "resource" to resolve URLs like "http://yourcompany.com" or "resouce://start.html".

See:
          Description

Class Summary
ExternalProtocolHandler Protocol handler to handle the external: protocol.
HttpProtocolHandler Protocol handler class to handle HTTP.
ResourceConnection A StreamConnection for resources from inside the application jar.
ResourceProtocolHandler Protocol handler class to handle resource URLs.
TelProtocolHandler Protocol handler to handle the tel: protocol.
 

Package de.enough.polish.browser.protocols Description

Provides handlers that can deal with protocols like "http" or "resource" to resolve URLs like "http://yourcompany.com" or "resouce://start.html".