Package io.undertow.websockets.util
Interface ObjectFactory<T>
- All Known Implementing Classes:
ConstructorObjectFactory
public interface ObjectFactory<T>
-
Method Summary
-
Method Details
-
createInstance
ObjectHandle<T> createInstance()
-
ConstructorObjectFactory