1 28 29 package com.caucho.vfs; 30 31 import com.caucho.config.ConfigException; 32 33 import java.io.IOException ; 34 import java.net.InetAddress ; 35 import java.security.GeneralSecurityException ; 36 37 40 public interface SSLFactory { 41 44 public QServerSocket create(InetAddress host, int port) 45 throws ConfigException, IOException , GeneralSecurityException ; 46 } 47 48 | Popular Tags |