软件包 | 描述 |
---|---|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
Modifier and Type | Method and Description |
---|---|
static RMISocketFactory |
RMISocketFactory.getDefaultSocketFactory()
返回一个引用,通过RMI实现使用了默认的套接字工厂。
|
static RMISocketFactory |
RMISocketFactory.getSocketFactory()
返回由
setSocketFactory 方法插座厂。
|
Modifier and Type | Method and Description |
---|---|
static void |
RMISocketFactory.setSocketFactory(RMISocketFactory fac)
设置全局套接字工厂从RMI获取套接字(如果远程对象不是一个特定的客户端或服务器套接字工厂相关)。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.