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 "resource://start.html".

See:
          Description

Class Summary
ExternalProtocolHandler Protocol handler to handle the external: protocol.
GZipResourceProtocolHandler Protocol handler for handling resources compressed with gzip.
HttpBluetoothProtocolHandler Protocol handler class to handle HTTP requests over bluetooth.
HttpProtocolHandler Protocol handler class to handle HTTP.
ResourceConnection A StreamConnection for resources from inside the application jar.
ResourceProtocolHandler Protocol handler for 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 "resource://start.html".