站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

SocketFactory (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.components.net
Interface SocketFactory

All Known Subinterfaces:
SecureSocketFactory
All Known Implementing Classes:
DefaultSocketFactory, JSSESocketFactory, SunJSSESocketFactory

public interface SocketFactory

Socket factory.

Author:
Davanum Srinivas (dims@yahoo.com)

Method Summary
 Socket create(String host, int port, StringBuffer otherHeaders, BooleanHolder useFullURL)
          Create a socket
 

Method Detail

create

public Socket create(String host,
                     int port,
                     StringBuffer otherHeaders,
                     BooleanHolder useFullURL)
              throws Exception
Create a socket

Parameters:
host -
port -
otherHeaders -
useFullURL -
Returns:
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.