Package org.globus.common

Examples of org.globus.common.ChainedIOException


        context.setOption(GSSConstants.GSS_MODE,
            gssMode);
      }

    } catch (GSSException e) {
      throw new ChainedIOException("Failed to init GSI context", e);
    }

    GssSocketFactory factory = GssSocketFactory.getDefault();

    socket = factory.createSocket(url.getHost(), this.port, context);
View Full Code Here

TOP

Related Classes of org.globus.common.ChainedIOException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.