JGDMS Project 3.0-SNAPSHOT API Documentation

Skip navigation links
C F G H N O P S W 

C

computeDigest(URL, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
Computes the message digest of data specified by a URL.
computeDigestCodebase(String, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
Computes the message digests for a codebase with HTTPMD URLs.

F

FileIntegrityVerifier - Class in net.jini.url.file
Integrity verifier for FILE URLs.
FileIntegrityVerifier() - Constructor for class net.jini.url.file.FileIntegrityVerifier
 

G

getDefaultPort() - Method in class net.jini.url.httpmd.Handler
Returns the default port for a URL parsed by this handler, which is 80.

H

Handler - Class in net.jini.url.httpmd
A stream handler for URLs with the HTTPMD protocol.
Handler() - Constructor for class net.jini.url.httpmd.Handler
Creates a URL stream handler for HTTPMD URLs.
hashCode(URL) - Method in class net.jini.url.httpmd.Handler
Computes the hash code for the specified URL.
hostsEqual(URL, URL) - Method in class net.jini.url.httpmd.Handler
The default superclass implementation performs dns lookup to determine if hosts are equal, this allows two URL's with different hashCode's to be equal, breaking the hashCode equals contract.
HttpmdIntegrityVerifier - Class in net.jini.url.httpmd
Integrity verifier for HTTPMD URLs.
HttpmdIntegrityVerifier() - Constructor for class net.jini.url.httpmd.HttpmdIntegrityVerifier
 
HttpmdUtil - Class in net.jini.url.httpmd
Provides utility methods for creating and using HTTPMD URLs.
HttpsIntegrityVerifier - Class in net.jini.url.https
Integrity verifier for HTTPS URLs.
HttpsIntegrityVerifier() - Constructor for class net.jini.url.https.HttpsIntegrityVerifier
 

N

net.jini.url.file - package net.jini.url.file
Provides support for FILE URLs.
net.jini.url.httpmd - package net.jini.url.httpmd
Provides support for the HTTPMD URL protocol.
net.jini.url.https - package net.jini.url.https
Provides support for HTTPS URLs.

O

openConnection(URL) - Method in class net.jini.url.httpmd.Handler
Creates a HTTP URL connection for an HTTPMD URL.

P

parseURL(URL, String, int, int) - Method in class net.jini.url.httpmd.Handler
Parses the string representation of an HTTPMD URL object.
providesIntegrity(URL) - Method in class net.jini.url.file.FileIntegrityVerifier
Returns true if the specified URL uses the "file" protocol and the host is null, empty, "~", or "localhost"; returns false otherwise.
providesIntegrity(URL) - Method in class net.jini.url.httpmd.HttpmdIntegrityVerifier
Returns true if the specified URL uses the "httpmd" protocol; returns false otherwise.
providesIntegrity(URL) - Method in class net.jini.url.https.HttpsIntegrityVerifier
Returns true if the specified URL uses the "https" protocol; returns false otherwise.

S

sameFile(URL, URL) - Method in class net.jini.url.httpmd.Handler
Compares two HTTPMD URLs to see if they refer to the same file.

W

WrongMessageDigestException - Exception in net.jini.url.httpmd
Thrown when the message digest for data retrieved from an HTTPMD URL does not match the value specified in the URL.
WrongMessageDigestException(String) - Constructor for exception net.jini.url.httpmd.WrongMessageDigestException
Creates an instance with the specified detail message.
C F G H N O P S W 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.