Package | Description |
---|---|
java.io |
Provides for system input and output through data streams,
serialization and the file system.
|
java.rmi.server |
Provides classes and interfaces for supporting the server
side of RMI.
|
Modifier and Type | Method | Description |
---|---|---|
static ObjectInputFilter |
ObjectInputFilter.Config.createFilter(String pattern) |
Returns an ObjectInputFilter from a string of patterns.
|
ObjectInputFilter |
ObjectInputStream.getObjectInputFilter() |
Returns the serialization filter for this stream.
|
static ObjectInputFilter |
ObjectInputFilter.Config.getSerialFilter() |
Returns the process-wide serialization filter or
null if not configured. |
Modifier and Type | Method | Description |
---|---|---|
void |
ObjectInputStream.setObjectInputFilter(ObjectInputFilter filter) |
Set the serialization filter for the stream.
|
static void |
ObjectInputFilter.Config.setSerialFilter(ObjectInputFilter filter) |
Set the process-wide filter if it has not already been configured or set.
|
Modifier and Type | Method | Description |
---|---|---|
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
ObjectInputFilter filter) |
Exports the remote object to make it available to receive incoming
calls, using the particular supplied port
and filter.
|
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
ObjectInputFilter filter) |
Exports the remote object to make it available to receive incoming
calls, using a transport specified by the given socket factory
and filter.
|
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1