com.hazelcast.nio.tcp
Interface SocketChannelWrapperFactory

All Known Implementing Classes:
DefaultSocketChannelWrapperFactory

public interface SocketChannelWrapperFactory


Method Summary
 boolean isSSlEnabled()
           
 SocketChannelWrapper wrapSocketChannel(SocketChannel socketChannel, boolean client)
           
 

Method Detail

wrapSocketChannel

SocketChannelWrapper wrapSocketChannel(SocketChannel socketChannel,
                                       boolean client)
                                       throws Exception
Throws:
Exception

isSSlEnabled

boolean isSSlEnabled()


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