Uses of Interface
org.apache.jackrabbit.server.io.IOContext
- 
Packages that use IOContext Package Description org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively. - 
- 
Uses of IOContext in org.apache.jackrabbit.server.io
Subinterfaces of IOContext in org.apache.jackrabbit.server.io Modifier and Type Interface Description interfaceExportContextExportContext...interfaceImportContextImportContext...interfacePropertyExportContextPropertyExportContextrepresents a marker interface to distinguish the ExportContext (which is mainly used to export data and some fundamental properties) from a context that is used to export properties only.interfacePropertyImportContextPropertyImportContext...Classes in org.apache.jackrabbit.server.io that implement IOContext Modifier and Type Class Description classAbstractExportContextAbstractExportContextcovers methods common to most ExportContext implementations.classExportContextImplExportContextImplimplements anExportContextthat wraps around the specified OutputContext as it was passed toDavResource.spool(OutputContext).classImportContextImplImportContextImpl...Methods in org.apache.jackrabbit.server.io with parameters of type IOContext Modifier and Type Method Description voidDefaultIOListener. onBegin(IOHandler handler, IOContext ioContext)voidIOListener. onBegin(IOHandler handler, IOContext context)The import/export context has been passed to the givenIOHandler.voidDefaultIOListener. onEnd(IOHandler handler, IOContext ioContext, boolean success)voidIOListener. onEnd(IOHandler handler, IOContext context, boolean success)The specifiedIOHandlerfinished.voidDefaultIOListener. onError(IOHandler ioHandler, IOContext ioContext, Exception e)voidIOListener. onError(IOHandler ioHandler, IOContext context, Exception e)An exception occurred during import/export within the specifiedIOHandler. 
 -