Servertec IOManager
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Server API
AccessLogEntry
Codecs
Connection
ConnectionPool...
DString
ErrorLogEntry
EventLogEntry
FileCache
FileUpload
IOHandler
IOManager
iws
Logger
MonitorEvent...
MultiPartForm
QuickSort
Realm
RealmAdmin...
RealmManager
ServletContextImpl
ServletContext...
ServletImpl
ServletManager
SocketHandler
Utils

Servlet / JSP API
Xerces API
CGI
SSI
Servlets
Config Files
Log Files
Classes
Directory Tree
Examples
Legal
Contact Us

 

java.lang.Object
 |
 +--stec.iws.IOManager

public final class IOManager

Defines methods used by Servertec Internet Server to retrieve an IO handler.

Methods

Method Description
getHandler Returns a handle to IO handler which can be used on specified item.

getHandler

Returns a handle to IO handler which can be used on specified item.

Syntax

public final static IOHandler getHandler(String path)
                                         throws IOException
public final static IOHandler getHandler(String path, String itemname) throws IOException
public final static IOHandler getHandler(IOHandler handler, String itemname) throws IOException

Parameters

itemname the name of the item.
handler a reference to an IO handler.
path the path to the item.

Returns

IOHandler the IO handler that can be used to interact with the specified item.

Throws

Nothing

Example

IOHandler handler = IOManager.getHandler(basedir, filepath);
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:57:18 EDT 2005