Uses of Class
eu.cloudnetservice.driver.network.chunk.ChunkSessionInformation
Packages that use ChunkSessionInformation
Package
Description
-
Uses of ChunkSessionInformation in eu.cloudnetservice.driver.network.chunk
Methods in eu.cloudnetservice.driver.network.chunk that return ChunkSessionInformationModifier and TypeMethodDescriptionChunkedPacketProvider.sessionInformation()Get the session information which is associated with this provider.Methods in eu.cloudnetservice.driver.network.chunk with parameters of type ChunkSessionInformationModifier and TypeMethodDescriptionbooleanChunkedPacketHandler.Callback.handleSessionComplete(@NonNull ChunkSessionInformation information, @NonNull InputStream dataInput) Handles the completion and therefore full receive of the data transferred by the other component. -
Uses of ChunkSessionInformation in eu.cloudnetservice.driver.network.chunk.event
Classes in eu.cloudnetservice.driver.network.chunk.event that implement interfaces with type arguments of type ChunkSessionInformationModifier and TypeClassDescriptionfinal classRepresents a factory for chunked packet handlers using theChunkedPacketSessionOpenEventto determine which handler to use for a chunked session.Fields in eu.cloudnetservice.driver.network.chunk.event declared as ChunkSessionInformationModifier and TypeFieldDescriptionprivate final ChunkSessionInformationChunkedPacketSessionOpenEvent.sessionInformationMethods in eu.cloudnetservice.driver.network.chunk.event that return ChunkSessionInformationModifier and TypeMethodDescriptionChunkedPacketSessionOpenEvent.session()Get the session information about the chunked transfer that was requested.Methods in eu.cloudnetservice.driver.network.chunk.event with parameters of type ChunkSessionInformationModifier and TypeMethodDescriptionEventChunkHandlerFactory.apply(@NonNull ChunkSessionInformation info) Get a new handler for the given session information based on the event call result (and therefore the result a listener of theChunkedPacketSessionOpenEventset).Constructors in eu.cloudnetservice.driver.network.chunk.event with parameters of type ChunkSessionInformationModifierConstructorDescriptionChunkedPacketSessionOpenEvent(@NonNull ChunkSessionInformation sessionInformation) Constructs a new chunked packet session open event with the given session information as the reason for it to get fired.