List of usage examples for org.apache.http.conn.scheme LayeredSocketFactory 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 ti.modules.titanium.network.NonValidatingSSLSocketFactory.java
public class NonValidatingSSLSocketFactory implements LayeredSocketFactory { private SSLSocketFactory sslFactory; private static final String TAG = "NVSSLSocketFactory"; public NonValidatingSSLSocketFactory() { 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 {