Class NIOSSLHandShake

java.lang.Object
com.portal.pcm.NIOSSLHandShake

public class NIOSSLHandShake extends Object
Special class that handles the handshake and read/write operations when SSL is turned on during async/NIO mode. Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. This material is the confidential property of Oracle Corporation or its licensors and may be used, reproduced, stored or transmitted only in accordance with a valid Oracle license or sublicense agreement. *
  • Constructor Details

    • NIOSSLHandShake

      public NIOSSLHandShake(SSLEngine engine, SocketChannel m_socketChannel, com.portal.pcm.PCPContext m_ctx) throws IOException
      Constructor
      Parameters:
      engine - - ssl engine
      m_socketChannel - related socket channel
      m_ctx - - related pcp context
      Throws:
      IOException
  • Method Details