| Class | Description | 
|---|---|
| Column | Class for holding column information in a table | 
| HttpFile | Class to read a remote file using http protocol | 
| HttpUtilities | The Class with utilities to support file ingest. | 
| IngestResult | Helper class to hold the results of an ingest | 
| PropertyLoader | Looks up a resource named 'name' in the classpath. | 
| SSLUtilities | This class provide various static methods that relax X509 certificate and
 hostname verification while using the SSL over the HTTP protocol. | 
| SSLUtilities._FakeHostnameVerifier | Deprecated | 
| SSLUtilities._FakeX509TrustManager | Deprecated | 
| SSLUtilities.FakeHostnameVerifier | This class implements a fake hostname verificator, trusting any host
 name. | 
| SSLUtilities.FakeX509TrustManager | This class allow any X509 certificates to be used to authenticate the
 remote side of a secure socket, including self-signed certificates. |