- ClientFactory - Class in com.buckosoft.BuckoVidLib.web.plex.client
-
- clone(Actor) - Method in class com.buckosoft.BuckoVidLib.domain.Actor
-
- clone(Director) - Method in class com.buckosoft.BuckoVidLib.domain.Director
-
- clone(Genre) - Method in class com.buckosoft.BuckoVidLib.domain.Genre
-
- clone(Writer) - Method in class com.buckosoft.BuckoVidLib.domain.Writer
-
- com.buckosoft.BuckoVidLib.business - package com.buckosoft.BuckoVidLib.business
-
Primary business objects.
- com.buckosoft.BuckoVidLib.db - package com.buckosoft.BuckoVidLib.db
-
The database.
- com.buckosoft.BuckoVidLib.domain - package com.buckosoft.BuckoVidLib.domain
-
POJO domain objects.
- com.buckosoft.BuckoVidLib.domain.rest - package com.buckosoft.BuckoVidLib.domain.rest
-
Client/Browser Rest facing domain objects.
- com.buckosoft.BuckoVidLib.domain.rest.admin - package com.buckosoft.BuckoVidLib.domain.rest.admin
-
Client/Browser Rest facing domain Admin objects.
- com.buckosoft.BuckoVidLib.util - package com.buckosoft.BuckoVidLib.util
-
Utility objects.
- com.buckosoft.BuckoVidLib.web - package com.buckosoft.BuckoVidLib.web
-
Web interfaces
- com.buckosoft.BuckoVidLib.web.plex.client - package com.buckosoft.BuckoVidLib.web.plex.client
-
A client to talk to the Plex server
- configBackgroundDelays(HttpServletRequest, HttpServletResponse, Integer, Integer, Integer) - Method in class com.buckosoft.BuckoVidLib.web.RestService
-
- configBackgroundFit(HttpServletRequest, HttpServletResponse, Integer) - Method in class com.buckosoft.BuckoVidLib.web.RestService
-
- configFindMaxResults(HttpServletRequest, HttpServletResponse, Integer) - Method in class com.buckosoft.BuckoVidLib.web.RestService
-
- configHideRestricted(HttpServletRequest, HttpServletResponse, Boolean) - Method in class com.buckosoft.BuckoVidLib.web.RestService
-
- ConfigManager - Class in com.buckosoft.BuckoVidLib.util
-
Configure the web client
Class is a wrapper around our configuration text files.
- CXF_CLIENT_CONNECTION_TIMEOUT_PROP_KEY - Static variable in class com.buckosoft.BuckoVidLib.web.plex.client.RestClientConstants
-
Sets connection time out on client side ..
- CXF_CLIENT_LOGGING_IN_INTERCEPTOR_PROP_KEY - Static variable in class com.buckosoft.BuckoVidLib.web.plex.client.RestClientConstants
-
Turn on/off in coming logging interceptor on client
- CXF_CLIENT_LOGGING_OUT_INTERCEPTOR_PROP_KEY - Static variable in class com.buckosoft.BuckoVidLib.web.plex.client.RestClientConstants
-
Turn on/off out going logging interceptor on client
- CXF_CLIENT_RECEIVE_TIMEOUT_PROP_KEY - Static variable in class com.buckosoft.BuckoVidLib.web.plex.client.RestClientConstants
-
Sets connection read connection time out on client side..