Java org.springframework.remoting.rmi CodebaseAwareObjectInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.remoting.rmi CodebaseAwareObjectInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.remoting.rmi CodebaseAwareObjectInputStream.

The text is from its open source code.

Constructor

CodebaseAwareObjectInputStream(InputStream in, @Nullable ClassLoader classLoader, String codebaseUrl)
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.
CodebaseAwareObjectInputStream(InputStream in, @Nullable ClassLoader classLoader, boolean acceptProxyClasses)
Create a new CodebaseAwareObjectInputStream for the given InputStream and codebase.