A B C D E F G M O P R T U 

A

AllCertificatesTrustManager - Class in org.ops4j.net
A trust manager that will accept any certificate.
AllCertificatesTrustManager() - Constructor for class org.ops4j.net.AllCertificatesTrustManager
 

B

Base64Encoder - Class in org.ops4j.net
Bease64 encoding utilities.

C

checkClientTrusted(X509Certificate[], String) - Method in class org.ops4j.net.AllCertificatesTrustManager
Null implementation.
checkServerTrusted(X509Certificate[], String) - Method in class org.ops4j.net.AllCertificatesTrustManager
Null implementation.
ConnectionCache - Class in org.ops4j.net
This class is to be used to cache URLConnections.

D

decode(String) - Static method in class org.ops4j.net.Base64Encoder
Decodes a base 64 String into a String.
decode(byte[]) - Static method in class org.ops4j.net.Base64Encoder
Dencodes a com.sun.syndication.io.impl.Base64 byte array.
decode(String) - Static method in class org.ops4j.net.URLUtils
Decodes the specified (portion of a) URL.

E

encode(String) - Static method in class org.ops4j.net.Base64Encoder
Encodes a String into a base 64 String.
encode(byte[]) - Static method in class org.ops4j.net.Base64Encoder
Encodes a byte array into a base 64 byte array.

F

FreePort - Class in org.ops4j.net
Find a not-taken port on localhost.
FreePort(int, int) - Constructor for class org.ops4j.net.FreePort
 

G

get(Object) - Method in class org.ops4j.net.ConnectionCache
Returns the URLConnection associated with the given key.
getAcceptedIssuers() - Method in class org.ops4j.net.AllCertificatesTrustManager
Null implementation.
getExceptionMonitors() - Method in class org.ops4j.net.ConnectionCache
Returns all ExceptionMonitors that are registered.
getInstance() - Static method in class org.ops4j.net.ConnectionCache
Returns the singleton instance.
getPort() - Method in class org.ops4j.net.FreePort
Finds a free socket upon first calll and returns the same for every next call.

M

main(String[]) - Static method in class org.ops4j.net.Base64Encoder
 

O

org.ops4j.net - package org.ops4j.net
A package for extensions to the java.net package.

P

prepareForAuthentication(URLConnection) - Static method in class org.ops4j.net.URLUtils
Prepares an url connection for authentication if necessary.
prepareForSSL(URLConnection) - Static method in class org.ops4j.net.URLUtils
Prepares an url connection for authentication if necessary.
prepareInputStream(URL, boolean) - Static method in class org.ops4j.net.URLUtils
Prepare url for authentication and ssl if necessary and returns the input stream from the url.
put(Object, URLConnection) - Method in class org.ops4j.net.ConnectionCache
Stores a URLConnection in association with a key.

R

registerExceptionMonitor(ExceptionMonitor) - Method in class org.ops4j.net.ConnectionCache
Register a ExceptionMonitor with the source.
run() - Method in class org.ops4j.net.ConnectionCache
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

T

toString() - Method in class org.ops4j.net.FreePort
 

U

unregisterExceptionMonitor(ExceptionMonitor) - Method in class org.ops4j.net.ConnectionCache
Unregister a ExceptionMonitor with the source.
URLUtils - Class in org.ops4j.net
Url related utility methods.
A B C D E F G M O P R T U 

Copyright © 2006-2014 OPS4J - Open Participation Software for Java. All Rights Reserved.