Class BlobServer
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.configuration.BlobServer
-
public class BlobServer extends Object
Created by Jeff Gaynor
on 9/3/20 at 10:24 AM
-
-
Constructor Summary
Constructors Constructor Description BlobServer(MyLoggingFacade myLoggingFacade)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
protected void
start()
-
-
-
Constructor Detail
-
BlobServer
public BlobServer(MyLoggingFacade myLoggingFacade)
-
-
Method Detail
-
start
protected void start() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-