OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customsocketfactory
(Results
1 - 1
of
1
) sorted by null
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
SSLSocketFactoryTest.java
37
private SSLSocketFactory
customSocketFactory
;
48
customSocketFactory
= (SSLSocketFactory) Class.forName(
54
if (
customSocketFactory
== null) {
57
customSocketFactory
= context.getSocketFactory();
72
if (
customSocketFactory
!= null) {
73
if (!factory.getClass().getName().equals(
customSocketFactory
.getClass().getName())) {
75
" expected: " +
customSocketFactory
.getClass().getName());
Completed in 152 milliseconds