jet.server.api
Class SendFileAuthorizorFactory

java.lang.Object
  extended by jet.server.api.SendFileAuthorizorFactory

Deprecated. As of version 8.0, replaced by jet.server.api.http.SendFileAuthorizorFactory.

public class SendFileAuthorizorFactory
extends java.lang.Object

Interface SendFileAuthorizorFactory defines a factory to get a SendFileAuthorizor instance of an implementation class.


Constructor Summary
SendFileAuthorizorFactory()
          Deprecated.  
 
Method Summary
static SendFileAuthorizor getInstance()
          Deprecated. Returns SendFileAuthorizor instance by the implementation class of SendFileAuthorizor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFileAuthorizorFactory

public SendFileAuthorizorFactory()
Deprecated. 
Method Detail

getInstance

public static SendFileAuthorizor getInstance()
Deprecated. 
Returns SendFileAuthorizor instance by the implementation class of SendFileAuthorizor.

Returns:
the SendFileAuthorizor instance.