List of usage examples for org.apache.http.conn.scheme SocketFactory interface-usage
From source file org.acra.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file org.acra.util.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file com.aincc.ber.utils.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file com.testtreecore.crash.utils.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file com.diaw.lib.tool.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file com.steto.diaw.tools.FakeSocketFactory.java
public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file org.openhab.binding.rwesmarthome.internal.communicator.util.EasySSLSocketFactory.java
/**
* This socket factory will create ssl socket that accepts self signed
* certificate
*
* @author olamy
* @version $Id: EasySSLSocketFactory.java 765355 2009-04-15 20:59:07Z evenisse
From source file com.micro.http.ssl.EasySSLProtocolSocketFactory.java
/**
*
* @ClassName: EasySSLProtocolSocketFactory
* @Description: ??SSL??
* @AuthorChengel_HaltuD
* @Date2015-5-30 ?2:48:27
From source file org.ttrssreader.net.deprecated.FakeSocketFactory.java
class FakeSocketFactory implements SocketFactory, LayeredSocketFactory { private SSLContext sslcontext = null; private static SSLContext createEasySSLContext() throws IOException { try {
From source file it.restrung.rest.misc.FakeSocketFactory.java
/** * A Fake socket factory that allows communication with servers that contain self signed certs * * @see SocketFactory */ public class FakeSocketFactory implements SocketFactory, LayeredSocketFactory {