Skip navigation links
A C D E F G H I J K L M N O P R S T V 

A

allowAuthentication() - Method in interface org.apache.geode.internal.protocol.state.ConnectionAuthenticatingStateProcessor
 
allowAuthentication() - Method in class org.apache.geode.internal.protocol.state.ConnectionShiroAuthorizingStateProcessor
 
allowAuthentication() - Method in interface org.apache.geode.internal.protocol.state.ConnectionStateProcessor
This indicates whether this specific state processor is able to handle authentication requests.
allowAuthentication() - Method in class org.apache.geode.internal.protocol.state.LegacySecurityConnectionStateProcessor
 
allowAuthentication() - Method in class org.apache.geode.internal.protocol.state.NoSecurityConnectionStateProcessor
 
authenticate(Properties) - Method in interface org.apache.geode.internal.protocol.state.ConnectionAuthenticatingStateProcessor
 

C

clientConnected() - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
clientConnected() - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
clientDisconnected() - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
clientDisconnected() - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
ClientProtocolMessageHandler - Interface in org.apache.geode.internal.protocol
This is an interface that other modules can implement to hook into GenericProtocolServerConnection to handle messages sent to Geode.
codeValue - Variable in enum org.apache.geode.internal.protocol.ProtocolErrorCode
 
ConnectionAuthenticatingStateProcessor - Interface in org.apache.geode.internal.protocol.state
 
ConnectionShiroAuthorizingStateProcessor - Class in org.apache.geode.internal.protocol.state
 
ConnectionShiroAuthorizingStateProcessor(SecurityService, Subject) - Constructor for class org.apache.geode.internal.protocol.state.ConnectionShiroAuthorizingStateProcessor
 
ConnectionStateException - Exception in org.apache.geode.internal.protocol.state.exception
 
ConnectionStateException(ProtocolErrorCode, String) - Constructor for exception org.apache.geode.internal.protocol.state.exception.ConnectionStateException
 
connectionStateProcessor - Variable in class org.apache.geode.internal.protocol.MessageExecutionContext
 
ConnectionStateProcessor - Interface in org.apache.geode.internal.protocol.state
This object encapsulates any operation processing that is specific to the current state of a protocol connection.
ConnectionTerminatingStateProcessor - Class in org.apache.geode.internal.protocol.state
 
ConnectionTerminatingStateProcessor() - Constructor for class org.apache.geode.internal.protocol.state.ConnectionTerminatingStateProcessor
 

D

decode(String) - Method in class org.apache.geode.internal.protocol.serialization.JsonPdxConverter
 
decode(T) - Method in interface org.apache.geode.internal.protocol.serialization.SerializationService
 
decode(F) - Method in interface org.apache.geode.internal.protocol.serialization.TypeConverter
 
deserialize(InputStream) - Method in interface org.apache.geode.internal.protocol.ProtocolSerializer
 

E

encode(PdxInstance) - Method in class org.apache.geode.internal.protocol.serialization.JsonPdxConverter
 
encode(Object) - Method in interface org.apache.geode.internal.protocol.serialization.SerializationService
 
encode(T) - Method in interface org.apache.geode.internal.protocol.serialization.TypeConverter
 
EncodingException - Exception in org.apache.geode.internal.protocol.serialization.exception
This indicates an encoding type that we don't know how to handle.
EncodingException(String) - Constructor for exception org.apache.geode.internal.protocol.serialization.exception.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception org.apache.geode.internal.protocol.serialization.exception.EncodingException
 

F

Failure<SuccessType,FailureType> - Class in org.apache.geode.internal.protocol
 

G

getAccessPermissionRequired() - Method in class org.apache.geode.internal.protocol.OperationContext
 
getCache() - Method in class org.apache.geode.internal.protocol.LocatorMessageExecutionContext
Returns the cache associated with this execution
getCache() - Method in class org.apache.geode.internal.protocol.MessageExecutionContext
 
getCache() - Method in class org.apache.geode.internal.protocol.ServerMessageExecutionContext
Returns the cache associated with this execution
getConnectionStateProcessor() - Method in class org.apache.geode.internal.protocol.MessageExecutionContext
 
getErrorCode() - Method in exception org.apache.geode.internal.protocol.state.exception.ConnectionStateException
 
getErrorMessage() - Method in class org.apache.geode.internal.protocol.Failure
 
getErrorMessage() - Method in interface org.apache.geode.internal.protocol.Result
 
getErrorMessage() - Method in class org.apache.geode.internal.protocol.Success
 
getFromRequest() - Method in class org.apache.geode.internal.protocol.OperationContext
 
getLocator() - Method in class org.apache.geode.internal.protocol.LocatorMessageExecutionContext
Returns the locator associated with this execution
getLocator() - Method in class org.apache.geode.internal.protocol.MessageExecutionContext
 
getLocator() - Method in class org.apache.geode.internal.protocol.ServerMessageExecutionContext
Returns the locator associated with this execution
getMessage() - Method in class org.apache.geode.internal.protocol.Failure
 
getMessage() - Method in interface org.apache.geode.internal.protocol.Result
 
getMessage() - Method in class org.apache.geode.internal.protocol.Success
 
getOperationHandler() - Method in class org.apache.geode.internal.protocol.OperationContext
 
getSerializationType() - Method in class org.apache.geode.internal.protocol.serialization.JsonPdxConverter
 
getSerializationType() - Method in interface org.apache.geode.internal.protocol.serialization.TypeConverter
 
getStatistics() - Method in class org.apache.geode.internal.protocol.MessageExecutionContext
Returns the statistics for recording operation stats.
getStatsName() - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
getToErrorResponse() - Method in class org.apache.geode.internal.protocol.OperationContext
 
getToResponse() - Method in class org.apache.geode.internal.protocol.OperationContext
 

H

handleMessageIndependently(InputStream, OutputStream, MessageExecutionContext) - Method in interface org.apache.geode.internal.protocol.state.ConnectionStateProcessor
Allow the state processor to take over the entire processing of a given message.

I

incAuthenticationFailures() - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
incAuthenticationFailures() - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
incAuthorizationViolations() - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
incAuthorizationViolations() - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
InvalidProtocolMessageException - Exception in org.apache.geode.internal.protocol.exception
Indicates that a message didn't properly follow its protocol specification.
InvalidProtocolMessageException(String) - Constructor for exception org.apache.geode.internal.protocol.exception.InvalidProtocolMessageException
 
InvalidProtocolMessageException(String, Throwable) - Constructor for exception org.apache.geode.internal.protocol.exception.InvalidProtocolMessageException
 

J

JsonPdxConverter - Class in org.apache.geode.internal.protocol.serialization
 
JsonPdxConverter() - Constructor for class org.apache.geode.internal.protocol.serialization.JsonPdxConverter
 

K

klass - Variable in enum org.apache.geode.internal.protocol.serialization.SerializationType
 

L

LegacySecurityConnectionStateProcessor - Class in org.apache.geode.internal.protocol.state
 
LegacySecurityConnectionStateProcessor() - Constructor for class org.apache.geode.internal.protocol.state.LegacySecurityConnectionStateProcessor
 
LocatorMessageExecutionContext - Class in org.apache.geode.internal.protocol
 
LocatorMessageExecutionContext(Locator, ProtocolClientStatistics, ConnectionStateProcessor) - Constructor for class org.apache.geode.internal.protocol.LocatorMessageExecutionContext
 

M

makeErrorBuilder(ErrorResponse) - Method in class org.apache.geode.internal.protocol.OperationContext
 
map(Function<SuccessType, T>, Function<FailureType, T>) - Method in class org.apache.geode.internal.protocol.Failure
 
map(Function<SuccessType, T>, Function<FailureType, T>) - Method in interface org.apache.geode.internal.protocol.Result
 
map(Function<SuccessType, T>, Function<FailureType, T>) - Method in class org.apache.geode.internal.protocol.Success
 
MessageExecutionContext - Class in org.apache.geode.internal.protocol
 
MessageExecutionContext(ProtocolClientStatistics, ConnectionStateProcessor) - Constructor for class org.apache.geode.internal.protocol.MessageExecutionContext
 
messageReceived(int) - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
messageReceived(int) - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 
messageSent(int) - Method in class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
messageSent(int) - Method in interface org.apache.geode.internal.protocol.statistics.ProtocolClientStatistics
 

N

NoOpStatistics - Class in org.apache.geode.internal.protocol.statistics
 
NoOpStatistics() - Constructor for class org.apache.geode.internal.protocol.statistics.NoOpStatistics
 
NoSecurityConnectionStateProcessor - Class in org.apache.geode.internal.protocol.state
 
NoSecurityConnectionStateProcessor() - Constructor for class org.apache.geode.internal.protocol.state.NoSecurityConnectionStateProcessor
 

O

of(V) - Static method in class org.apache.geode.internal.protocol.Failure
 
of(T) - Static method in class org.apache.geode.internal.protocol.Success
 
OperationContext<OperationRequest,OperationResponse,ErrorResponse,ProtocolRequest,ProtocolResponse,Serializer> - Class in org.apache.geode.internal.protocol
 
OperationContext(Function<ProtocolRequest, OperationRequest>, OperationHandler<OperationRequest, OperationResponse, ErrorResponse, Serializer>, Function<OperationResponse, ProtocolResponse>, ResourcePermission) - Constructor for class org.apache.geode.internal.protocol.OperationContext
 
OperationHandler<Req,Resp,ErrorResp,Serializer> - Interface in org.apache.geode.internal.protocol.operations
This interface is implemented by a object capable of handling request types 'Req' and returning a response of type 'Resp'.
OperationNotAuthorizedException - Exception in org.apache.geode.internal.protocol.state.exception
 
OperationNotAuthorizedException(ProtocolErrorCode, String) - Constructor for exception org.apache.geode.internal.protocol.state.exception.OperationNotAuthorizedException
 
org.apache.geode.internal.protocol - package org.apache.geode.internal.protocol
 
org.apache.geode.internal.protocol.exception - package org.apache.geode.internal.protocol.exception
 
org.apache.geode.internal.protocol.operations - package org.apache.geode.internal.protocol.operations
 
org.apache.geode.internal.protocol.serialization - package org.apache.geode.internal.protocol.serialization
 
org.apache.geode.internal.protocol.serialization.exception - package org.apache.geode.internal.protocol.serialization.exception
 
org.apache.geode.internal.protocol.state - package org.apache.geode.internal.protocol.state
 
org.apache.geode.internal.protocol.state.exception - package org.apache.geode.internal.protocol.state.exception
 
org.apache.geode.internal.protocol.statistics - package org.apache.geode.internal.protocol.statistics
 

P

process(Serializer, Req, MessageExecutionContext) - Method in interface org.apache.geode.internal.protocol.operations.OperationHandler
Decode the message, deserialize contained values using the serialization service, do the work indicated on the provided cache, and return a response.
ProtocolClientStatistics - Interface in org.apache.geode.internal.protocol.statistics
 
ProtocolErrorCode - Enum in org.apache.geode.internal.protocol
 
ProtocolSerializer<T> - Interface in org.apache.geode.internal.protocol
This interface is used to translate between binary data and protocol specific messages.

R

receiveMessage(InputStream, OutputStream, MessageExecutionContext) - Method in interface org.apache.geode.internal.protocol.ClientProtocolMessageHandler
 
Result<SuccessType,FailureType> - Interface in org.apache.geode.internal.protocol
 

S

SerializationService<T> - Interface in org.apache.geode.internal.protocol.serialization
This interface takes an protocol specific encodingTypeValue enum and converts between objects and bytes using the encodingTypeValue to decide what encoding type to use.
SerializationType - Enum in org.apache.geode.internal.protocol.serialization
Enumerates the serialization types currently available to wire protocols.
serialize(T, OutputStream) - Method in interface org.apache.geode.internal.protocol.ProtocolSerializer
 
ServerMessageExecutionContext - Class in org.apache.geode.internal.protocol
 
ServerMessageExecutionContext(Cache, ProtocolClientStatistics, ConnectionStateProcessor) - Constructor for class org.apache.geode.internal.protocol.ServerMessageExecutionContext
 
setConnectionStateProcessor(ConnectionStateProcessor) - Method in class org.apache.geode.internal.protocol.MessageExecutionContext
 
socketProcessingIsFinished() - Method in interface org.apache.geode.internal.protocol.state.ConnectionStateProcessor
This indicates whether this state is capable of receiving any more messages
socketProcessingIsFinished() - Method in class org.apache.geode.internal.protocol.state.ConnectionTerminatingStateProcessor
 
statistics - Variable in class org.apache.geode.internal.protocol.MessageExecutionContext
 
Success<SuccessType,FailureType> - Class in org.apache.geode.internal.protocol
 

T

TypeConverter<F,T> - Interface in org.apache.geode.internal.protocol.serialization
This interface converts a particular type to and from its binary representation.

V

validateOperation(MessageExecutionContext, OperationContext) - Method in class org.apache.geode.internal.protocol.state.ConnectionShiroAuthorizingStateProcessor
 
validateOperation(MessageExecutionContext, OperationContext) - Method in interface org.apache.geode.internal.protocol.state.ConnectionStateProcessor
 
validateOperation(MessageExecutionContext, OperationContext) - Method in class org.apache.geode.internal.protocol.state.ConnectionTerminatingStateProcessor
 
validateOperation(MessageExecutionContext, OperationContext) - Method in class org.apache.geode.internal.protocol.state.LegacySecurityConnectionStateProcessor
 
validateOperation(MessageExecutionContext, OperationContext) - Method in class org.apache.geode.internal.protocol.state.NoSecurityConnectionStateProcessor
 
valueOf(String) - Static method in enum org.apache.geode.internal.protocol.ProtocolErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.internal.protocol.serialization.SerializationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.geode.internal.protocol.ProtocolErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.internal.protocol.serialization.SerializationType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J K L M N O P R S T V 
Skip navigation links