com.hazelcast.nio.tcp
Class DefaultSocketChannelWrapperFactory

java.lang.Object
  extended by com.hazelcast.nio.tcp.DefaultSocketChannelWrapperFactory
All Implemented Interfaces:
SocketChannelWrapperFactory

public class DefaultSocketChannelWrapperFactory
extends Object
implements SocketChannelWrapperFactory


Constructor Summary
DefaultSocketChannelWrapperFactory()
           
 
Method Summary
 boolean isSSlEnabled()
           
 SocketChannelWrapper wrapSocketChannel(SocketChannel socketChannel, boolean client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSocketChannelWrapperFactory

public DefaultSocketChannelWrapperFactory()
Method Detail

wrapSocketChannel

public SocketChannelWrapper wrapSocketChannel(SocketChannel socketChannel,
                                              boolean client)
                                       throws Exception
Specified by:
wrapSocketChannel in interface SocketChannelWrapperFactory
Throws:
Exception

isSSlEnabled

public boolean isSSlEnabled()
Specified by:
isSSlEnabled in interface SocketChannelWrapperFactory


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.