org.apache.commons.ssl
Class Ping

java.lang.Object
  extended byorg.apache.commons.ssl.Ping

public class Ping
extends java.lang.Object

Since:
30-Mar-2006
Author:
Credit Union Central of British Columbia, www.cucbc.com, juliusdavies@cucbc.com

Nested Class Summary
static class Ping.Arg
           
 
Field Summary
protected static Ping.Arg ARG_BIND
           
protected static Ping.Arg ARG_CERT_CHAIN
           
protected static Ping.Arg ARG_CLIENT_CERT
           
protected static Ping.Arg ARG_HOST_HEADER
           
protected static Ping.Arg ARG_METHOD
           
protected static Ping.Arg ARG_PASSWORD
           
protected static Ping.Arg ARG_PATH
           
protected static Ping.Arg ARG_PROXY
           
protected static Ping.Arg ARG_TARGET
           
protected static Ping.Arg ARG_TRUST_CERT
           
protected static java.util.SortedSet ARGS
           
protected static java.util.Map ARGS_MATCH
           
 
Constructor Summary
Ping()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARGS

protected static java.util.SortedSet ARGS

ARGS_MATCH

protected static java.util.Map ARGS_MATCH

ARG_TARGET

protected static final Ping.Arg ARG_TARGET

ARG_BIND

protected static final Ping.Arg ARG_BIND

ARG_PROXY

protected static final Ping.Arg ARG_PROXY

ARG_TRUST_CERT

protected static final Ping.Arg ARG_TRUST_CERT

ARG_CLIENT_CERT

protected static final Ping.Arg ARG_CLIENT_CERT

ARG_CERT_CHAIN

protected static final Ping.Arg ARG_CERT_CHAIN

ARG_PASSWORD

protected static final Ping.Arg ARG_PASSWORD

ARG_HOST_HEADER

protected static final Ping.Arg ARG_HOST_HEADER

ARG_PATH

protected static final Ping.Arg ARG_PATH

ARG_METHOD

protected static final Ping.Arg ARG_METHOD
Constructor Detail

Ping

public Ping()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.